Skip to content

Latest commit

 

History

History
executable file
·
12 lines (6 loc) · 129 Bytes

README.md

File metadata and controls

executable file
·
12 lines (6 loc) · 129 Bytes

TO spin up:

create a Postgres DB named "restaurant_app"

run database.sql file

$npm install

$npm run server

$npm run client