- run
npm install
- rename
.env.example
to.env
and change the value - run
redis-server
in seperate terminal, if you don't have redis. you need to install it first - run
npm start
- open
http://localhost:8080
in your browser
- run
docker compose up
- start the server
- open
http://localhost:8080/docs
in your browser
- go to root app folder
- run
npm install
- run
npx jest