| Name | ID | Roles |
|---|---|---|
| Megha Pusti | 1007128 | Front-End Development |
| Vancence Ho | 1007239 | Full-Stack Development |
| Koo Rou Zhen | 1007038 | Back-End Development |
| Swasti Arya | 1007235 | Front-End Development |
| Hetavi Shah | 1007034 | Front-End Development |
| Shrinidhi Arul Prakasam | 1007007 | Front-End Development |
- Clone the repository:
git clone https://github.com/vancenceho/50.003-resource-management-application.git- Navigate to project directory:
cd 50.003-resource-management-application- Install dependencies:
npm i- Launch backend API server
cd backend-service
docker-compose upcheck if the docker containers are pulled and up running through Docker Desktop
npm startgo to
localhost:3000to see if Express.js server is running
go to the following to view different containers:
localhost:8080:Swagger(API Documentation & Testing)
localhost:8081:mongo-express(MongoDB UI)
once all backend frameworks has been live
- Launch the frontend web application
cd frontend-service/react-res-management-app
npm startREACT should host the web application home web page on localhost:3000/3001 defined in .ENV, depending if you have Express.js ran.
This project was part of the 50.003 - Elements of Software Construction module during Summer 2024 under the Information Systems Technology & Design (ISTD) faculty at SUTD in collaboration with Dell Technologies Singapore.
All contents of the project are credited to:
Copyright © 2024 Dell Technologies Singapore
All other form of documentation in the project and course are credited to:
Copyright © 2024 TEAM 4 | ISTD | SUTD