Skip to content

CS2102-2021-S1-08/CS2102_2021_S1_08

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS2102_2021_S1_08

Introduction

This is a project for the module CS2102 conducted at NUS for Semester 1 of AY2020/21.

The project consists of developing a pet caring service application that allows pet owner to search for care takers for their pets for certain periods of time.

Deployed website: https://cs2102-petcare-g08.herokuapp.com/

Final project report and constraints are in the docs/ folder.

Prerequisites

  • Node 12.18.0
  • Postgres 11/12/13

Setup

  1. Clone this repository
  2. Run npm install
  3. Create a postgres database to be used for the application
  4. Edit the .env file for database connection specifics
  5. create required schema by using the command -U <DB_USER> -d <DB_DATABASE> -f <path to database.sql (in server folder of this repo)> example: -U person -d postgres -f E:\Users\me\Desktop\CS2102_2021_S1_08\server\database.sql
  6. run npm start dev
  7. the server will be running on localhost port 8080

Demo

Demo link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published