This is the repository for the TEQTMS api using GO programming language.
The project is built on the Echo Framework
- Clone the repository
- Run the command
go get
- Create a copy of the file .toml.example file and edit based on your needs. This file serves as your env.
cp .app.toml.example .app.toml
- Run your app using air package if you have air installed - to install air, click this link or simple run the main file:
go run main.go