Stevedev7 / rdbms-mini-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant menu app

App takes customer reviews for the food

pre-requisites


To set up the database

  1. Create a database called MyRestaurant
  2. Run myqsl server
  3. Run the the following command to seed the Database
$ node seed.js
  1. Run the app

To run the app

    $ npm install
    $ node app.js

Go to localhost:6969 to open the app in the browser

About


Languages

Language:JavaScript 49.7%Language:HTML 42.2%Language:CSS 5.6%Language:TSQL 2.6%