Skip to content

vadikam100500/Twitter_killer_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.