This web application was made with the help of the well-known Django framework and Bootstrap for the front end. Building this project will help me learn more about Django and improve my skills. This little program can simply be incorporated into a larger system project that needs a login and registration process.
- Register – Users can register and create a new profile
- Login - Registered users can login using username and password
To get this project up and running locally on your computer follow the following steps.
- Set up a python virtual environment
- Run the following commands
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
- Open a browser and go to http://localhost:8000/