https://github.com/certainlywrong/stockmingle
https://github.com/certainlywrong/stockmingle
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/certainlywrong/stockmingle
- Owner: certainlyWrong
- Created: 2023-12-08T18:09:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T03:52:02.000Z (over 1 year ago)
- Last Synced: 2025-01-31T23:44:54.666Z (4 months ago)
- Size: 118 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About StockMigle
This is a project developed for the discipline of Topics in Software Engineering at the Federal University of Piuaí (UFPI).
This project is a multi-repository that consists of 3 microservices:| Repository | Description |
|------------|-------------|
| [StockPulse](https://github.com/certainlyWrong/StockPulse) | This is a simple API for manager products. It is written in Python and uses the FastAPI framework to serve the API and MySQL as the database. |
| [ClientPulse](https://github.com/certainlyWrong/ClientPulse) | This is a simple API for manager clients. It is written in Python and uses the FastAPI framework to serve the API and MySQL as the database. |