Skip to content

A simple server/API project built with FastAPI and SqlAlchemy

Notifications You must be signed in to change notification settings

mateusriff/book_management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Books 📚

This project is a simple server/API built with FastAPI and SqlAlchemy. It's a basic book management system with CRUD operations.

Run the project

First, install all dependencies with pip install -r requirements.txt. Then, run uvicorn book_management.main:app --reload.

Run Tests

Run pytest in your terminal to run all tests.

Docs

When the project is live, you can access the API docs at http://127.0.0.1:8000/docs.

About

A simple server/API project built with FastAPI and SqlAlchemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages