jod35 / lib-api

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

Home Page:https://youtu.be/I8WiIXMDydw?si=yNQ_u5bGO6jz3WJP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://youtu.be/I8WiIXMDydw?si=yNQ_u5bGO6jz3WJP


Languages

Language:Python 100.0%