Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 2.34 KB

README.md

File metadata and controls

82 lines (53 loc) · 2.34 KB

Eat-Da-Burger Fullstack Application

Explore the project page

View it live on Heroku

Table of Contents

About The Project

The goal of this project was to create a "burger logging" application using MySQL, Node, Express, Handlebars, and an ORM.


Main Snapshot


Built With

This project was built using:

Installation

While not necessary to run the program via the live link above, you may get a local copy up and running by following these simple steps:

  1. Clone the repo
git clone git@github.com:cynthiwu/eat-burger.git 
  1. Install NPM packages (i.e., Inquirer)
npm install

Usage

This project can be used to add, track and remove burgers they'd like to eat! A user can submit a new burger name, which will displayed in the "Burgers to Eat" section of the page. Each burger has a "Devour it!" button which can be clicked to be moved to the "Burgers Eaten" section on the right-hand side of the page.All data is stored on a database, devloured or not.

Demo

Watch the video below to see how the program works.

Eat-Da-Burger Demo

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

None

Contact

Cynthia Wu - @cynthia21wu - cynthia21wu@gmail.com

Project Link: https://github.com/cynthiwu/note-taker Live Link:https://salty-badlands-51907.herokuapp.com/