Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 817 Bytes

Readme.md

File metadata and controls

17 lines (15 loc) · 817 Bytes

About

The Django REST Framework API's for user authentication. Will be extended to some blogging website API's

Getting Started

  1. Make Sure You have [Python] & [pip] Installed
  2. Go To Your Project's Directory
  3. Create A New Virtual Environment python3 -m venv your_environment_name
  4. Enter Into You Virtual Env Using cd command & Clone This Repo
  5. Activate The Virtual Enviroment source bin/activate
  6. Go To Your Cloned Repo Folder i.e cd folder_name_of_this_repo
  7. Use Command pip install -r requirements.txt to Install All Dependencies.
  8. Set Your Credentials In The .env file
  9. Run The Migrations python manage.py migrate
  10. Run The Server python manage.py runserver

Author