Go Echo MicroService
Table of Contents
Requirements
To use Go Echo MicroService, you must ensure that you meet the following requirements:
Installation
To use Go Echo MicroService, you must follow the steps below:
# git clone https://github.com/MrAndreID/goechoms.git
# go mod download
# go mod tidy
- Create .env file from .env.example (Linux)
# cp .env.example .env
Migration
To Run Migration for Go Echo MicroService, you must ensure that you meet the following requirements:
- Run Migration for Go Echo MicroService with Drop All Tables
# go run applications/databases/migrations/main.go --migrate=fresh
- Run Migration for Go Echo MicroService
# go run applications/databases/migrations/main.go --migrate=default
Seeder
To Run Seeder for Go Echo MicroService, you must ensure that you meet the following requirements:
- Run Seeder for Go Echo MicroService
# go run applications/databases/seeders/main.go --seed=default
Usage
To Use Go Echo MicroService, you must ensure that you meet the following requirements:
# go run main.go
Versioning
I use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Official Documentation for Go Language
Documentation for Go Language can be found on the Go Package website.
License
Go Echo MicroService is released under the MIT License. See the LICENSE
file for more information.