Skip to content

adithepurpledinosaur/cs2102-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cs2102-project

Setting up

Make sure you have npm and postgres.

  1. Start postgres instance
    • note: DATABASE_URL in .env is of the form postgres://USER:PASSWORD@HOSTNAME:PORT/DATABASE
  2. import the schema in this order
    • drop.sql if necessary,
    • create.sql,
    • triggers.sql and,
    • mocks.sql if desired
  3. npm install
  4. npm start

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors