https://github.com/mauricechouam/burger
A full stack, MVC (Model-View-Controller) application that allows User to create burgers (POST), view a list of burgers available to eat (GET), devour burgers (PUT), and throw them away after devoured (DELETE).
https://github.com/mauricechouam/burger
expressjs handlebars-js model-view-controller object-relational-mapping template-engine
Last synced: 2 months ago
JSON representation
A full stack, MVC (Model-View-Controller) application that allows User to create burgers (POST), view a list of burgers available to eat (GET), devour burgers (PUT), and throw them away after devoured (DELETE).
- Host: GitHub
- URL: https://github.com/mauricechouam/burger
- Owner: mauricechouam
- Created: 2020-07-01T17:31:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T06:53:16.000Z (over 1 year ago)
- Last Synced: 2023-11-14T07:36:44.095Z (over 1 year ago)
- Topics: expressjs, handlebars-js, model-view-controller, object-relational-mapping, template-engine
- Language: JavaScript
- Homepage: https://maurice-burger.herokuapp.com/
- Size: 3.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Burger
A full stack, MVC (Model-View-Controller) application that allows you to create burgers (POST), view a list of burgers available to eat (GET), devour burgers (PUT), and throw them away after devoured (DELETE).
[](https://github.com/mauricechouam/Burger)
## Table of contents ##
* [About this project](#about-this-project)
* [Screenshots](#screenshots)
* [Technologies used to create app](#technologies-used)
* [Futur improvements](#Futur-improvements)
* [Useful resources](#Useful-resources)
* [Author](#Author)## About This Project
his project is a full stack application that allows you to place an order for a burger. When you place an order, the burger you enter in the form field is added to the list of burgers on the left side of the screen. Each burger in the list has a Icon Eat button. Clicking this button moves the burger from the list on the left side of the screen to the list on the right. The list on the right is a list of burgers that have already been devoured. Each burger in this list has a Delete button that allows you to remove the burger, which deletes the burger from the user interface as well as from the MySQL database....## Screenshots
### Welcome page
![]()
### Burgers Ordered
### Devoured burgers
## Technologie Used
1. Frontend technologies
* HTML
* CSS
* Bootstrap
* Javascript
* jQuery
* Handlebars2. Backend technologies
* Node.js
* MySQL
* Express
* ORM - Object Relational Mapping## Futur improvements
* Allow users to identify themselves By adding name intput
* Allow users to be able to modifiy his command after submit it.
* work on Responsive design.## Useful resources
* https://en.wikipedia.org/wiki/Object-relational_mapping
* http://handlebarsjs.com/
* https://www.mysql.com/
* https://freefrontend.com/css-text-animations/
* https://devcenter.heroku.com/articles/account-verification
* https://youtu.be/msvdn95x9OM## Author
* Application Built from Scratch by
[mauricechouam](https://github.com/mauricechouam)
![]()