Skip to content

wdi-team-project/nozama-express-api

Repository files navigation

Nozama - Back End API

UPDATED 2019: https://aimeelynnramirez.github.io/nozama-client

Team Project By:

Aimee Ramirez | Ash Trull | Christian Migncca | Will Britton

Introduction

Welcome to the Back End repository for our third project with GA, our team project. We all learned quite a lot throught the process. It was a great team effort and we look forward to continue working to really polish it up.

Our prompt was to build Nozama, a site similar to Amazon. We decided to act as though we were amazon rolling our a new food shopping piece of their site since they accquired Whole Foods. We named it Peach.

Relevant Links

Routes

Action Method URL Controller Action
User Sign Up POST /sign-up users#signup
User Sign In POST /sign-in users#signin
User Sign Out DELETE /sign-out/:id users#signout
Add Product to Cart PATCH /users/:id users#addproduct
Empty Products From Cart PATCH /users/:id/cart users#emptyCart
Get User's Cart GET /users/:id users#getCart
Get All Products GET /products products#index
Create a Product POST /products products#create
Get A Product GET /products/:id products#show
Delete a Product DELETE /products/:id products#destroy

About

Peach Produce - an ecommerce site project by the Nozama Team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •