Skip to content

jod35/lib-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lib API

A simple REST API for a book manager service. This source code was written in the making of this video

Prerequisites

  • Python >=3.10
  • PostgreSQL

How to run the service

  1. Create a virtual environment
  2. Install the requirements with
pip install -r requirements.txt
  1. Run the service
python runserver.py

About

A simple book REST API for a Book management service built for a video on FastAPI, PostgreSQL and SQLModel.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages