This is a Golang project for Cektrend Engine API Go.
- Go 1.16 or higher
To run the application on port 8888 (you can change some env like: port, db, etc on .env file), use the following command:
go run main.go
The server will start on http://localhost:8888
and table will be created automatically.
API documentation is available in the docs
folder. You can import the Postman collection to view and test the API endpoints.
Contributions are welcome! Please fork the repository and create a pull request.
This project is licensed under the MIT License.
For any inquiries, please contact the repository owner.