The Django REST Framework API's for user authentication. Will be extended to some blogging website API's
- Make Sure You have [Python] & [pip] Installed
- Go To Your Project's Directory
- Create A New Virtual Environment
python3 -m venv your_environment_name - Enter Into You Virtual Env Using
cdcommand & Clone This Repo - Activate The Virtual Enviroment
source bin/activate - Go To Your Cloned Repo Folder i.e
cd folder_name_of_this_repo - Use Command
pip install -r requirements.txtto Install All Dependencies. - Set Your Credentials In The .env file
- Run The Migrations
python manage.py migrate - Run The Server
python manage.py runserver