Skip to content

luisrodrigues/fastapi-twitter-like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone

Simple twitter clone with FastAPI

Getting Started

  1. Enter project root
cd fastapi-twitter-like
  1. Install dependencies
pip install -r requirements.txt
  1. Start FastAPI process
uvicorn app.main:app --reload
  1. Open local API docs http://localhost:8000/docs

Tests

  1. Enter project root
cd fastapi-twitter-like
  1. Run PyTest
pytest

Todo

  • Basic logic, endpoints and structure
  • Better db choice, superuser, readme and dockerfile
  • Auth roles and more endpoints
  • Better endpoint logic for post management (only creator can change/delete)
  • More tests

About

Simple twitter clone with FastAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages