Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 725 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 725 Bytes

Twitter_killer_api

API for Twitter_killer project.

  • You can create posts
  • Comment on posts
  • Subscribe to authors
  • Create groups

Stack

  • Python 3
  • Django REST Framework
  • Django 2.2
  • SQLite3
  • Simple-JWT
  • OpenAPI

Requirements

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

Request examples and documentation

Sample requests and documentation are provided at link 1 or at link 2 after runserver.