Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jod35/lib-api
- Owner: jod35
- Created: 2024-04-05T12:54:15.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T05:58:15.000Z (10 months ago)
- Last Synced: 2024-04-07T20:23:00.478Z (10 months ago)
- Topics: crud-api, fastapi, postgresql, python3, sqlmodel
- Language: Python
- Homepage: https://youtu.be/I8WiIXMDydw?si=yNQ_u5bGO6jz3WJP
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```