Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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


## Install

Some 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/)