Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedsamara/eat-da-burger
:hamburger: Eat Da Burger Application, add your favorite burger and devour it!
https://github.com/mohamedsamara/eat-da-burger
cleardb express express-handlebars heroku mysql node
Last synced: about 1 month ago
JSON representation
:hamburger: Eat Da Burger Application, add your favorite burger and devour it!
- Host: GitHub
- URL: https://github.com/mohamedsamara/eat-da-burger
- Owner: mohamedsamara
- License: mit
- Created: 2019-04-29T04:37:27.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-04T05:12:46.000Z (over 4 years ago)
- Last Synced: 2024-11-09T05:42:42.288Z (3 months ago)
- Topics: cleardb, express, express-handlebars, heroku, mysql, node
- Language: JavaScript
- Homepage: https://guarded-cove-92719.herokuapp.com/
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Eat Da Burger
## Description
A restaurant app that lets users input the names of burgers they'd like to eat and devour it when they want to.
* features:
* Node provides the backend environment for this application
* Express middleware is used to handle requests, routes and views
* Express Handlebars are implemented to generate the HTML
* MySQL to query data from the database## Demo
Eat Da Burger is deployed on Heroku. Please check it out [here](https://guarded-cove-92719.herokuapp.com/).
## InstallSome basic Git commands are:
```
$ git clone https://github.com/mohamedsamara/eat-da-burger.git
$ cd project
$ npm install
```## Start
npm start
## Languages & tools
- [Node](https://nodejs.org/en/)
- [Express](https://expressjs.com/)
- [MySQL](https://www.mysql.com/)
- [Express Handlebars](https://github.com/ericf/express-handlebars)
- [Bower](https://bower.io/)