This is a simple CRUD app to see what toppings truly belong on a pizza. Users are able to vote on, change their vote, and add what toppings they like.
Link to project: https://ultimate-pizza-toppings.herokuapp.com/
- Web browser, ie HTML, CSS, JS
- Node.js: Environment for running Javascript serverside
- Express: Web framework for Node
- MongoDB Atlas: Cloud database
- EJS: Templating language
I got to dive more into learning how to use CRUD (Create, Read, Update, Delete) operations to handling of information from a database.
Found an issue or want to add a cool feature to this site? Awesome! Leave a comment in the issues tab and I will assign it to you.
- Comment in the issues tab
- Fork or clone this repo
- Build the code you wish to add
- Create a pull request