Skip to content

Web application for register and login user for access mizbee ai project.

Notifications You must be signed in to change notification settings

MQ-03/mizbee_web_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnapShots of the project.

Home screen

Screenshot 2024-05-22 at 8 57 21 PM

Login screen

Screenshot 2024-05-22 at 8 59 40 PM

Profile screen

Screenshot 2024-05-22 at 9 10 23 PM

*** Mizbee Login System ***

  • Register – Users can register and create a new profile
  • Login - Registered users can login using username and password
  • Social Apps Login – Users can login using their GitHub or Google account
  • User Profile - Once logged in, users can create and update additional information such as avatar and bio in the profile page
  • Update Profile – Users can update their information such as username, email, password, avatar and bio
  • Remember me – Cookie Option, users don’t have to provide credentials every time they hit the site
  • Forgot Password – Users can easily retrieve their password if they forget it
  • Admin Panel – admin can CRUD users

*** Get start ***

To get this project up and running locally on your computer follow the following steps.

  1. Set up a python virtual environment
  2. Run the following commands
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
  1. Open a browser and go to http://localhost:8000/

About

Web application for register and login user for access mizbee ai project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published