Skip to content

iwle/goguru-backend

 
 

Repository files navigation

cs2102team20-crowd-funding-backend

Install dependencies

npm install

Project run

node bin\www

How to populate the database

  1. Configure your .env file: DATABASE URL=postgres://username:password@host address:port/database name.
  2. Log into your postgres account.
  3. Copy the SQL code from create_tables.sql and run it.
  4. Copy the SQL code from create_functions.sql and run it.
  5. Copy the SQL code from populate_db.sql and run it.
  6. Copy the SQL code from create_triggers.sql and run it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.4%
  • PLpgSQL 32.3%
  • HTML 24.2%
  • CSS 0.1%