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

https://github.com/certainlywrong/stockmingle


https://github.com/certainlywrong/stockmingle

Last synced: 2 months ago
JSON representation

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. |