Scrum Documents - https://drive.google.com/drive/folders/1VJJGyzOLFHTnZvSQiZsNlKvLKCetdGZK
-
Install Dependencies: Run
npm install
to download project dependencies. -
Application Launch: To start the frontend of your application, execute
npm start
. -
View the Frontend: Open your web browser and navigate to http://localhost:3000/ to view the frontend of your application.
-
Install Dependencies: Run
npm install
to download project dependencies. -
Environment Setup: Ensure you have a
.env
file with required settings. Runnpm run build
, and then place the.env
file insidelib/config/
(You will have to create theconfig
folder) -
Start the Server: Launch the server with
npm start
. A successful database connection will display "HealthAid db connection established" in the console.