This is a simple project developed using Django framework.
Below are the steps to follow to setup this project locally on your machine
- Clone the project locally on your machine using git clone command
git clone https://github.com/Shankar-1212/DjangoAuthentication.git
-
Create and activate a new virtual enviroment. Virtual Environment
-
In your terminal execute the following commands to makemigrations and migrate to database
python manage.py makemigrations
python manage.py migrate
- Now run it in localhost
python manage.py runserver