- This project is the backend Flask application for the ecommerce store.
- Flask
This projecct is built in flask and can be started locally in python environment.
- Clone the repo
git clone git@github.com:saratherv/ecommerce_backend.git
- Change directory
cd ecommerce_backend
- Run command
pip3 install -r requirements.txt
- Run Server
python3 app.py
- Visit http://localhost:9000/api/v1/ui/#/ to see swagger.