- Make sure docker and docker compose is installed.
- Run
docker-compose up -d - Your url-shortener is available @ port 40404
- run
npm install - run
npm run startto start the app in production mode - run
npm run devto start app in dev-mode with nodemon
| Name | Name | Last commit date | ||
|---|---|---|---|---|
docker-compose up -dnpm installnpm run start to start the app in production modenpm run dev to start app in dev-mode with nodemon