Skip to content

A simple RESTful API of a Twitter clone.

Notifications You must be signed in to change notification settings

pkill37/twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter

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

Install dependencies:

pip install -r requirements.txt

Development

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

Tests

Run tests:

python manage.py test --parallel

Documentation

See automatically generated documentation at /swagger or /redoc.

Releases

No releases published

Packages

No packages published

Languages