Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/labatata101/tim-api
- Owner: LaBatata101
- License: mit
- Created: 2022-04-23T22:35:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T01:11:30.000Z (over 2 years ago)
- Last Synced: 2023-06-14T01:22:15.006Z (over 1 year ago)
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.7Check [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.