This repository contains a microservice application built using Go and Chi framework, designed to provide various APIs.
This application serves as a platform for managing and providing APIs efficiently. Leveraging the Go programming language and the Chi framework, it offers a robust and scalable solution for building microservices.
The application is structured as a microservice, allowing for modular development and scalability.
With a focus on providing APIs, the platform facilitates easy creation, deployment, and management of various endpoints.
Built using Go programming language and the lightweight Chi framework, ensuring high performance and flexibility.
Once the application is running, access the APIs through the defined endpoints.
Build the app for Mac:
go build -o go_chi
Build the app for Linux:
GOOS=linux GOARCH=amd64 go build -o go_chi
Run the app on server:
./go_chi
Check GET request with headers -v
curl http://localhost:{PORT} -v
Check POST request
curl -X POST http://localhost:{PORT} -v
Contributions are welcome! If you'd like to enhance the application or fix any issues, feel free to fork the repository and submit pull requests.
This project is licensed under the MIT License. Feel free to use, modify, and distribute it as per the terms of the license.