- You can create posts
- Comment on posts
- Subscribe to authors
- Create groups
- Python 3
- Django REST Framework
- Django 2.2
- SQLite3
- Simple-JWT
- OpenAPI
Install dependencies and virtual environment and start the server.
- $ python3 -m venv 'virtual environment name'
- $ venv 'virtual environment name' / Scripts (or bin for linux) / activate
- $ pip install -r requirements.txt
- $ python manage.py runserver
Sample requests and documentation are provided at link 1 or at link 2 after runserver.