Skip to content

cs2102-org/CS2102_2021_S1_Team36

Repository files navigation

pcs

CS2102 Pet Care Center

Tech Stack

  • Angular
  • Node.js
  • Express
  • PostgreSQL

Backend Setup

  1. Create .env file in backend folder
  2. In the .env file, add PSQL_USER=your_username, replace your_username with your psql username

How to run

Before running:

  • npm install to install packages
  • psql -f sql_init/init.sql to create database
  • npm run dev to run the app

Heroku

Demo

Screenshots

Home Page Home Page

Bidding Page Bidding Page

Admin Page Admin Page