Burger is an app that you may devour burgers, and enter a new burger to be devoured.
Getting Started:
- Visual Studio (or another environment to edit code) *MySQL WorkBench(or another workbench GUI)
In your terminal:
- Clone with SSH: git@github.com:cdlewis42/burger.git
- run npm i
- npm i mysql2
- npm i mysql
In your workbench:
- Create a new connection for the Burger app
- Populate it with the schema.sql and seeds.sql provided
Deployment:
*Must be deployed somewhere able to host dynamic websites(I am using Heroku) *Must have database hosting app (I am using JawsDB)