Simple twitter-like client created using Django framework
Prerequisites: Python 3, Django (install with e.g. pip)
- Clone repo
git clone
- Go into the directory
cd tweeter
- Run python server
python manage.py runserver
For macOS users usepython3 manage.py runserver
- Server will be available at
http://localhost/8000
or different port (if you specify one)