/coffee-shop-website

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

Primary LanguageJavaScript

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