An open API service indexing awesome lists of open source software.

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).

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).

[![GitHub license](https://img.shields.io/badge/licence-BSD3.0-green)](https://github.com/mauricechouam/Burger)
![GitHub top language](https://img.shields.io/github/languages/top/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
* Handlebars

2. 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)
GitHub Profile Pic