Skip to content

An implementation of a social networking site / platform in Django

Django-DRF/django_network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_network

An implementation of a social networking site / platform in Django

Setup to run locally:

  • Assuming Django is installed globally, create a .env file in the root directory to access the settings.py SECRET_KEY, etc.
  • Create a virtual environment the project root directory, activate the virtual environment, and run$ pip install -r requirements.txt
  • Run python manage.py runserver

TODOS:

Alongside the standard Django endpoints, develop a mobile-specific DRF API.

About

An implementation of a social networking site / platform in Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published