A simple RESTful API of a Twitter clone developed in the context of a Service-Oriented Computing class at the Faculty of Electrical Engineering and Computing of the University of Zagreb.
Install dependencies:
pip install -r requirements.txt
Sync the database:
python manage.py migrate
Create superuser:
python manage.py createsuperuser --email fabio.maia@fer.hr --username fabio
Run the development server:
python manage.py runserver
Run tests:
python manage.py test --parallel
See automatically generated documentation at /swagger
or /redoc
.