Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/labatata101/tim-api

REST API for inventory management
https://github.com/labatata101/tim-api

Last synced: 2 months ago
JSON representation

REST API for inventory management

Awesome Lists containing this project

README

        

# T.I.M - Triangle Inventory Management
This is the repository for the REST API of the [tim](https://github.com/LaBatata101/tim) project.

## Dependencies
- SQLAlchemy ^1.4.35
- fastapi ^0.75.1
- python-jose["cryptography"] ^3.3.0
- passlib["bcrypt"] ^1.7.4
- python-multipart ^0.0.5
- psycopg2-binary ^2.9.3
- python-dotenv ^0.20.0
- uvicorn ^0.17.6
- alembic ^1.7.7

Check [tim](https://github.com/LaBatata101/tim) for more information on how to install the dependencies and start the REST API.
The availables endpoints can be found at [http://127.0.0.1:8000/docs#/](http://127.0.0.1:8000/docs#/) after starting the REST API server.