Skip to content

mtnzorro/digital_crafts_e_commerce_site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Ugly Sweater Store E-commerce website project

Website: (###)

##Contents:

####Overview

####Technologies

####Contributors

####Example Code

##Overview:

The Ugly Sweater Store is a full stack e-commerce mock site, utilizing AngularJS on the front end, and Flask/PostGreSql on the back end. Our assignment was to build a functional back end, with a set of API's that could provide the functionality that we would need for displaying the current inventory, displaying individual items, shopping cart, checkout, and secure login and account functionality. Finally we implemented the Stripe payment system, were able to confirm transactions through their demo portal.

##Technologies:

###Front end: AngularJS framework, utilizing Angular-ui-router

Bootstrap

###Back end: ####API back-end built using Flask, with the following functionality (and corresponding route handlers): Listing and displaying the products (GET /api/products) & (/api/product/{id}))

User sign up (POST /api/user/signup)

User login POST (/api/user/login)

Adding products to a shopping cart (POST /api/shopping_cart)

Display the shopping carts (GET /api/shopping_cart)

Check-out (POST /api/shopping_cart/checkout)

####PostgreSQL database

###Contributors:

#####Jason Campbell #####Robert Dunn

###Example Code:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published