This is the server API of the Sabina online store using Flask and MongoDB.
The client part is in this repository: https://github.com/iHelops/sabina-client
To get the client running locally:
- Clone this repo
pip install -r requirements.txtto install all req'd dependenciespython __index__.pyto start the local server
Warning: this project is quite old, so there is quite a lot of bad code in it.
