This is a Golang project starter.
- Go 1.16 or higher
- Clone the repository:
git clone https://github.com/saipulmuiz/go-project-starter.git
- Navigate to the project directory:
cd go-project-starter
- Install dependencies:
go mod tidy
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.
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.