Scenario

How to setup

install dependencies and tools

make install_tools

How to build

make build

How to start

To start the app you must prepare database first

  1. Prepare Database First

    make database_migrate
  2. Run the api

    it will run on port 8080

    make run

How to test

make test

To see coverage

make test_coverage

Other Scripts

To See All Avialable Commands

make help