Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jod35/lib-api

A simple book REST API for a Book management service built for a video on FastAPI, PostgreSQL and SQLModel.
https://github.com/jod35/lib-api

crud-api fastapi postgresql python3 sqlmodel

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Lib API
A simple REST API for a book manager service. This source code was written in the making of this [video](https://youtu.be/I8WiIXMDydw)

## Prerequisites
- Python >=3.10
- PostgreSQL

## How to run the service
1. Create a virtual environment
2. Install the requirements with
```console
pip install -r requirements.txt
```

3. Run the service
```console
python runserver.py
```