django-network is a fake social network website, focusing on good design and simple usage. made with Django for CS50's Web programming course (Week 7).
To run this project locally, clone the repository, then run the following:
# Install dependancies
pip install -r requirements.txt
Then migrate database changes:
# Migrate DB
python manage.py migrate
Lastly start a local server:
# Install dependancies
python manage.py runserver