Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

PTIN-2023/web

Repository files navigation

TransMedWebPTIN

Web interface for the TransMed - Transportation of Medicines project developed in the context of the subject "PTIN" in the Spring 2023 semester of the group A3.

Local build/deployment with docker

Build the image with:

make build

Start the image with:

make start

Open http://localhost:300

You can check the logs of the started image with:

make logs

You can stop the image with:

make stop

Running Locally without docker

First, install the dependencies:

npm install

Then, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result. The page auto-updates as you edit the file in this way.

About

Web development & data analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published