Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 648 Bytes

File metadata and controls

23 lines (16 loc) · 648 Bytes

мама

sabina-server

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

This application uses

Getting started

To get the client running locally:

  • Clone this repo
  • pip install -r requirements.txt to install all req'd dependencies
  • python __index__.py to start the local server

Warning: this project is quite old, so there is quite a lot of bad code in it.