- Requirements
- Installation
- Migration
- Seeder
- Usage
- Versioning
- Authors
- Contributors
- Official Documentation for Go Language
- License
To use Go Echo MicroService, you must ensure that you meet the following requirements:
- Go >= 1.22
To use Go Echo MicroService, you must follow the steps below:
- Clone a Repository
# git clone https://github.com/MrAndreID/goechoms.git
- Get Dependancies
# go mod download
# go mod tidy
- Create .env file from .env.example (Linux)
# cp .env.example .env
- Configuring .env file
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
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
To Use Go Echo MicroService, you must ensure that you meet the following requirements:
- Run Go Echo MicroService
# go run main.go
I use SemVer for versioning. For the versions available, see the tags on this repository.
- Andrea Adam - MrAndreID
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.
Documentation for Go Language can be found on the Go Package website.
Go Echo MicroService is released under the MIT License. See the LICENSE
file for more information.