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.
- CSS, HTML, JavaScript, Bootstrap 4
- Node, Express, MongoDB, Mongoose
In the constants.js file, add links to the images.
- Start mongo server
sudo service mongod start
- Open up a mongo shell to view database
- Use Coffee Shop database
mongo
use Coffee_Shop
- Add all npm dependencies
npm install
- While database server is running and in project directory execute the following:
node server.js