This is a restaurant app that lets users add the names of burgers and eat them!
Application should allow users to add new burgers. Application should allow users to devour added burgers.
- The project repository: https://github.com/BeresIvan/Burger
- The README.MD file with all the instructions: https://github.com/BeresIvan/Burger/blob/main/README.md
- The PUBLIC folder contains the css and image files: https://github.com/BeresIvan/Burger/tree/main/Public/assets
- The DB folder contains all Mysql database files: https://github.com/BeresIvan/Note-Taker/tree/main/db
- The server.js gives all the functionality to our app.
- The package.json and package-lock.json contains all of our npm packages.
- The view folder contains our Handlebar files: https://github.com/BeresIvan/Burger/tree/main/views
- THe config folder contains our connection.js and orm.js files: https://github.com/BeresIvan/Burger/tree/main/config
- The controllers folder contains the burger_controller.js file: https://github.com/BeresIvan/Burger/tree/main/controllers
- The app has been deployed on heroku:
- Go to the heroku page by following the link: https://fierce-headland-77878.herokuapp.com/ to use the app.
- to further develope go to the github repository: https://github.com/BeresIvan/Burger
- Clone the repository using the "git clone" command in the command line.
- Open the files in visual studio code using the ". code" command in the command line.
- Start the app by using the "node server.js" command
The project was created by using: