- 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 start
to start the app in production mode - run
npm run dev
to start app in dev-mode with nodemon
docker-compose up -d
npm install
npm run start
to start the app in production modenpm run dev
to start app in dev-mode with nodemon