allensarmiento / coffee-shop-website

Coffee shop website where users can log in, sign up and place orders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coffee-shop-website

This project implements a coffee shop website. Users can log in, sign up and order items from the shop. Popular drinks are displayed on the homepage.

Built With

  • CSS, HTML, JavaScript, Bootstrap 4
  • Node, Express, MongoDB, Mongoose

Screenshots

Home page Stores page
Shop page Cart page

How to modify:

In the constants.js file, add links to the images.

How to execute:

  1. Start mongo server
sudo service mongod start
  1. Open up a mongo shell to view database
  2. Use Coffee Shop database
mongo
use Coffee_Shop
  1. Add all npm dependencies
npm install
  1. While database server is running and in project directory execute the following:
node server.js

About

Coffee shop website where users can log in, sign up and place orders.


Languages

Language:JavaScript 49.8%Language:HTML 48.2%Language:CSS 2.0%