This is a delicious example of a full-stack web app utilizing farm fresh CRUD. The meaty goodness is made of 100% USDA Choice Node.js on a MySQL bun. The toppings include juicy handlebars.js.
If you wish to clone/download this app you will need to have Node already installed on your machine as well as an available MySQL server.
- Populate your database with the provided schema/seed files (database install/configuration details are outside the scope of this README)
- Open your terminal/commandline and change to the newly created directory
- Enter "npm install" to automatically install dependencies.
- Enter "node server.js" to start the app.
- Open your web browser to http://localhost:3000.
- ??
- Profit!
OR you can simply visit the deployed live version of this app at https://burgerchomp.herokuapp.com/!