faizahmedfarooqui / django_rest

Django REST API's for creating blogs having the capability of normal & social login (Google, Facebook)

Home Page:http://mighty-forest-99609.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Django REST API's for creating blogs having the capability of normal & social login (Google, Facebook)

http://mighty-forest-99609.herokuapp.com/


Languages

Language:Python 100.0%