A one stop elderly care application for caregivers who want to find information to best help the elderly in their family or IT-literate elderly. This is a Centralised platform for elderly/caregivers to find elderly-related services to ease their workload.
This is a very simplified guide on setting up local environment for Windows
Go to a folder where you want the repository to be in
Clone the repository
git clone https://github.com/sktlim/silverfun-webapp
To install required dependencies, follow steps below.
- Install npm
- Install required npm dependencies
npm i npm-install-peers
To start the application, run command below in terminal.
npm run start
Note that Google Maps related functionalities require Google Maps API key to be entered on source code to be able to display.
- Complete Use Case Model
- Updated Sequence Diagram
- Updated Class Diagram, key boundary classes and control classes
- Updated Dialog Map
- System Architecture