An implementation of a social networking site / platform in Django
- Assuming Django is installed globally, create a
.envfile 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
Alongside the standard Django endpoints, develop a mobile-specific DRF API.