A Twitter-like social network website for making posts and following users. Check out a demo video here: https://youtu.be/P_QSEHIOCck
- Python
- Django
- Django models and migrations
- Sqlite
- Django Paginator
- Django
- HTML
- SASS / CSS
- Javascript
- REACT / JSX
python3 manage.py makemigrations network
python3 manage.py migrate
python3 manage.py runserver
And in network/static/network
:
sass --watch styles.sass styles.css
Unit tests can be run with:
python3 manage.py test