A whimsical app that allows you to log veggie burgers that you would like to eat and mark them as "devoured" after you have satisfied your craving.
Heroku Link: https://veggie-burger-nom-nom.herokuapp.com/
Demo | Installation | Usage | Contributing | License | Questions
Link to demo video: https://drive.google.com/file/d/11QvLGt5T2t9Z2hc-nrBzSv3ZeI6nvRWA/view
- Fork or clone the repository
- Navigate to the folder containing the repository and enter
npm i
into the command line to install dependencies - Create a .env file with your own passwords and information
- Create your database and tables in MySQL using the employeeDBSeed file or your own data.
- To start the app, enter
node server.js
into the command line and navigate to the local host URL that is logged in the command line.
- This is a fun little app to keep track of the veggie burgers (or meat of your choice, depending on preference...) you would like to chomp on.
- Use the form to add burgers to your wish list.
- Once you've satisfied your craving, check the burger off your list by clicking the "DEVOURED" button.
- To remove a burger use the delete button.
- This project was completed as a class assignment. Contributions are not applicable.
- If you disagree and would like to reach out with some of your own ideas, feel free to use the "Ask me anything" badge at the top of this page to send me an email. I am always open to collaboration.
- Please click the "Ask me anything" badge at the top of the page if you have any questions about this application.