Skip to content

jsebdev/Order_Manager_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Order Manager api

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

Table of Contents

Principal Features:

  • 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

How to run

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

Video

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

About

This is a web app that handles the process of creating orders for a retailer company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published