Skip to content

Glitjch-bootcamp-projects/Team_8_Fuber

Repository files navigation

Interview Scheduler

This project is a Mock Food Delivery App. You can easily navigate to restaurants in your area, choose a restaurant, and select food that you want to add to your cart. You can then checkout and receive SMS notifications regarding your order via the Twilio API.

Authors

TJ Phan

Jackie Lin

Christian Girling

Features

Title Screen

"Title Screen

Restaurant List

"Restaurant List

Menu

"Menu

Checkout

"Checkout

Progress Bar

"Progress Bar

Dependencies

NodeJS

ejs

Body-Parser

Cookie-Parser

Cookie-Session

Express

Morgan

dotenv

pg

sass

twilio

chalk

nodemon

Setup

Clone from github

SSH

git clone git@github.com:glitjch/Team_8_Fuber.git

HTTPS

https://github.com/glitjch/Team_8_Fuber.git

CLI

gh repo clone glitjch/Team_8_Fuber

Install Dependencies

npm install

Database Reset

npm run db:reset

Run Server

npm run

Start Server

npm start