/akash_dummy

Primary LanguageGoApache License 2.0Apache-2.0

demo

Using

  1. Build your service

    HINT: If your auth-srv is private repository, yor must connecting to GitHub with SSH

    bash build --full
  2. Run PostgreSQL in Docker container

    make db_start
  3. Run your service

    ./bin/demo
  4. Shutdown

    • stop the service itself
    • if you don't need data from your database, stop it:
    make db_stop