Prerequisites: Ensure you have docker, node>=18.16.0 & npm>=9.5.1 installed.
- Clone this project:
git clone https://github.com/tribofustack/med-connect.git-
Configure your environment by creating a
.envfile based on the.env.example. -
Install packages:
npm install- Start the application:
npm run start- Alternatively, start the application with the docker command:
docker compose upThis will launch the application at port 80.