Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 383 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 383 Bytes

Setup local development

Install tools

Setup infrastructure

Documentation

How to generate code

make swag

How to run

  • Run server:

Create .env file following .env.example

make start-dev
  • Run tests:
make compose-up-integration-test

More information

Backend

Frontend