Skip to content

NeverGiveUpForLife32/ON-A-BUDGET-FLEMING-FOOD-TRUCK-FULL-STACK-APP

 
 

Repository files navigation

Description

This application is a online option for ordering organic foods all while wanting to save some money while doing it.


Getting Started

  1. clone the repo

  2. touch .env

  3. SECRET=

  4. npm install 👇


Installation


  • npm install express
  • npm install morgan
  • npm install gulp
  • npm install mongodb-memory-server
  • npm install webpack
  • npm install mongoose
  • npm install dotenv

RESRful Routes

USER

Action Method Path Action
create Post / Creates a User
login Post /login logs in a created User
index GET /check-token

items

Action Method Path Action
index Get / shows a list of items
index Get /:id shows a single item

orders

Action Method Path Action
index Get /cart Shows items in cart
index Get /history previous orders
create POST /cart/items/:id
create POST /cart/checkout
update PUT /cart/qty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.0%
  • SCSS 17.1%
  • HTML 1.9%