This is the back end side of an app that handles the process of handling orders for a fictional retail company.
It uses JWT with flask to make the user authentication.
In order to use this api, you'll need to do it using the front-end or the deployed version
- Log in system
- Sign up new users
- Create and Delete Orders and Users
- Add unlimited payments to an order
- Add shipping information to an order
- Edit Order and Shipping information
Clone the repo
git clone https://github.com/Sebas93cay/Order_Manager_api.git
cd Order_Manager_api
If you don't have installed virtual env yet, install it
pip install virtualenv
Create and run the virtual environment
virtualenv env
source env/bin/activate
Install all dependencies
pip3 install -r requirements.txt
Run Flask
flask run
This was my first serious project for my portfolio, so I did a fun video about it. I hope you can check it out :)
Video