🍕Golang Backend App based on ECHO & GORM frameworks.
🔋Run App with simple command make up (of course if you have preinstalled Docker).
About most popular command read here - make help
📚Read & Test with Swagger Docs
🎲Test or Develop with Postman Collection(just import postman-collection.json file)
📌All environment variables(.env.dev file with passwords & API keys) are intentionally left in the root directory for easy application startup.
ℹ️Variable APP_ENV has two possible values:
- APP_ENV=dev respons debug info level of error
- APP_ENV=prod respons just message about error [DEFAULT]