Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

apptimedev/go-rest-api-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Essential Go Rest API Example

apptimedev/go-rest-api-template

Apptime


Application apptimedev/go-rest-api-template helps you to create a Rest API project.



Clone the project

$ git clone https://github.com/apptimedev/go-rest-api-template
$ cd go-rest-api-template

Execute

First copy the dev/.env.example to the dev/.env

Sync dependencies:

$ go mod -sync

Then run the application:

$ go run main.go

Used packages


License

BSD licensed. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published