This project builds a simple REST API for the inventory management plattform Ordergoras.
- Running MySQL Server needed for backend storage
- Install dependencies according to requirements.txt
pip install -r requirements.txt - Necessary environment variables have to be declared
- Run /src/main.py
- "dbUser": "ordergoras"
- "dbPass": "ordergoras"
- "dbHost": "localhost"
- "dbPort": "3306"
- "dbName": "ordergoras"
- "jwtSecretKey": "ordergoras"