Skip to content

saipulmuiz/go-project-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Project Starter

This is a Golang project starter.

Getting Started

Prerequisites

  • Go 1.16 or higher

Installation

  1. Clone the repository:
    git clone https://github.com/saipulmuiz/go-project-starter.git
  2. Navigate to the project directory:
    cd go-project-starter
  3. Install dependencies:
    go mod tidy

Running the Application

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.

Contributing

Contributions are welcome! Please fork the repository and create a pull request.

License

This project is licensed under the MIT License.

Contact

For any inquiries, please contact the repository owner.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published