Projects Related To: mongodb

Collier Cocktail Party

user on November 20, 2019

This is a simple cocktail party web application built using the MERN stack (MongoDB, Express, React, NodeJS). The app first asks the user for their name and then allows them to choose from a menu of cocktails loaded from a JSON file. Upon ordering a request is sent to a back end API and the order is stored in the database. An email is also sent to the site administrator (set via an environment variable on Heroku).