The API performs basic social media actions.
- Python, Django, ORM, PostgreSQL and Git
- Celery as task scheduler for creating new posts
- All endpoints documented via Swagger
- Docker should be installed
- Copy .env.sample to .env and configure all necessary data
- Run
docker-compose up --build
- Create admin user
- Create user via
/api/user/register/
- Get auth token via
/api/user/login/
- Documentation available via
/api/doc/swagger/