Files
2022-07-10 19:01:20 -03:00
..
2022-07-10 15:39:51 -03:00
2022-07-10 15:39:51 -03:00
2022-07-09 14:28:36 -03:00
2022-07-09 19:03:09 -03:00
2022-07-10 19:01:20 -03:00
2022-07-08 20:50:48 -03:00
2022-07-09 19:03:09 -03:00

Requirements

  • Docker and docker-compose
  • Node.js >= 16
  • npm or yarn

Setup commands

  • Start postgres and redis with docker-compose up
  • Download dependencies with yarn install
  • Build build the project with yarn build
  • Start the project with yarn start