Skip to content

jasonvank/cs2102-group12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Group 12 Restaurant Reservation

Setting Up

  1. Install PostgreSQL, NodeJS, npm
  2. Navigate to target directory on system.
  3. Fork and clone the project.
  4. Set up a database with name: postgres and password: 1234
  5. In SQL shell, run the script \i sql/postgre.sql
  6. cd App
  7. npm install
  8. npm start
  9. Open the browser, localhost:3000