Skip to content

Latest commit

 

History

101 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Flask Backend for Ordergoras Inventory Manager

This project builds a simple REST API for the inventory management plattform Ordergoras.

Setup

  • 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

Environment Variables with Development Defaults

  • "dbUser": "ordergoras"
  • "dbPass": "ordergoras"
  • "dbHost": "localhost"
  • "dbPort": "3306"
  • "dbName": "ordergoras"
  • "jwtSecretKey": "ordergoras"

About

This project builds the REST API for the inventory management plattform Ordergoras.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages