Skip to content

Ordergoras/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages