An open API service indexing awesome lists of open source software.

https://github.com/syedumaircodes/fastapi-practice

A basic social media API using FastAPI for learning FastAPI, Pytest, and Pydantic
https://github.com/syedumaircodes/fastapi-practice

black-python fastapi postgresql pydantic pytest python3 ruff

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.