REST API of CRM, its architecture is inspired (not based) on Hexagonal Architecture.
$ 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