REST API of CRM, architecture based on the main objective of Hexagonal Architecture: to isolate business logic from external dependencies.
$ git clone https://github.com/adrianolmedo/genesis.git
$ cp .env.example .env
$ docker-compose up -d --build postgres
Run migrations
./migrate.sh
Up application service:
$ make genrsa
$ make swagger
$ docker-compose up -d --build app