Skip to content

SyedUmairCodes/fastapi-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAPI Practice

A basic social media API built using FastAPI for learning FastAPI, Pytest, and Pydantic.

Routes

  • Get all posts.
  • Get single post.
  • Get posts with comments.
  • Add post.
  • Add comments.
  • Get comments on a post.
  • Create new user

TODO:

  • Email verification
  • Image generation (Maybe)

Testing

Testing is done using Pytest and test files are in the /tests directory.

About

A basic social media API using FastAPI for learning FastAPI, Pytest, and Pydantic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages