- install docker and docker compose in your OS
- clone this project
- open in terminal and set to the root folder after clone
- copy environment variable
cp .env-sample .env
run manualy via npm
npm install
node server.js
- run via docker
docker-compose up --build
- open in your browser
http://localhost:3000
😊 😆