zackapotamus / Eat-Da-Burger

a restaurant app that lets users input the names of burgers they'd like to eat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eat-Da-Burger

License: Unlicense

Description

a restaurant app that lets users input the names of burgers they'd like to eat

Table of Contents

Installation

To install the necessary dependencies, run the following command:

npm install

Then run the schema.sql commands into your MySQL database. Modify the connection.js to point to your database.

Usage

Run the node server.js command to start the server. Enter the name of a burger you would like to eat and click the submit button. This will add the burger to the list of burgers to eat. Click the Devour button next to the burger you want to eat, and it will be placed int the devoured burger list.

License

This project is licensed under the None license.

Contributing

Send me a pull request.

Tests

To run tests, please run the following command:

N/A

Screenshot

Screenshot

Links

GitHub Repository

Heroku Hosted Page

Questions

avatar

If you have any questions about the repo, open an issue or contact zackapotamus at zack.hayden@gmail.com.

About

a restaurant app that lets users input the names of burgers they'd like to eat


Languages

Language:JavaScript 66.0%Language:HTML 30.0%Language:TSQL 2.8%Language:CSS 1.3%