Skip to content

A Twitter-like social network website for making posts and following users.

Notifications You must be signed in to change notification settings

anjathiart/network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network

A Twitter-like social network website for making posts and following users. Check out a demo video here: https://youtu.be/P_QSEHIOCck

Technologies

Backend / API

  • Python
  • Django
  • Django models and migrations
  • Sqlite
  • Django Paginator

Frontend

  • Django
  • HTML
  • SASS / CSS
  • Javascript
  • REACT / JSX

Development

python3 manage.py makemigrations network python3 manage.py migrate python3 manage.py runserver

And in network/static/network: sass --watch styles.sass styles.css

Tests

Unit tests can be run with: python3 manage.py test