teachmind/Auth-service

Lack of command simplification

Closed this issue · 1 comments

shuza commented

We need to simplify commands using Makefile for example

  • To copy config file we can create make copy-config command that will copy the sample env file into project root directory
  • make build command to build the binary
  • make server will build the binary and then use that binary to start the server. Similar for migrate and rollback also.
shuza commented

Please review PR-15