This project aims to assist newly-wed/young couples in Singapore with their BTO (build-to-order) application by providing them with a one-stop-shop of all relevant and important information about purchasing a BTO flat in Singapore.
- Set up Node.js on local machine (https://nodejs.org/en/download/)
- Open terminal/command prompt and
cd
to folder - Run
npm install
to download dependencies - Run
npm run dev
- Open https://localhost:3000 for front end
- Open https://localhost:5000 for back end
- Run
npm run test