neylonmc / Good-Burger-Creator

A burger logger with MySQL, Node, Express, Handlebars and ORM.

Home Page:https://sheltered-beyond-99467.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header

Description

Lettuce, Meet Patty is the perfect place for a burger-fanatic to keep a list of burgers they would like to eat or burgers they have already devoured. This diner feel application uses MySQL, Node, Express, Handlebars and ORM to create the ultimate burger list.

Heroku Link

Link for Heroku can be found here: https://sheltered-beyond-99467.herokuapp.com/

Table of Contents

Installation

npm init
npm install express
npm install express-handlebars
npm install mysql

Usage

To start this application, open your terminal and type $ node server . This should display a messsage in the terminal telling you which local PORT the server is listening on.

gif of deployed app

Now the application can be accessed in the browser at localhost:3000. The diner themed website will display! You can now add a new burger and add it to either the Devoured list or the Wish-List!

website

Did you devour a burger on your wait-list? Just click the "Devoured" button and watch it move to the devoured burgers list. An easy way to keep track of your favorite or soon-to-be favorite burgers.

website

Don't like a burger anymore? No worries! Simply erase it to remove it from either list.

website

Technology

APIs and Libraries

  • Bootstrap
  • Handlebars
  • Sequelize
  • MySQL
  • Express

License

License

Contributing

N/A

Tests

N/A

Questions

About

A burger logger with MySQL, Node, Express, Handlebars and ORM.

https://sheltered-beyond-99467.herokuapp.com/


Languages

Language:JavaScript 59.7%Language:Handlebars 21.6%Language:CSS 18.8%