An open API service indexing awesome lists of open source software.

https://github.com/a-dera/go-rest

Simple Restfull API in Go
https://github.com/a-dera/go-rest

api api-rest go golang restfull

Last synced: 9 days ago
JSON representation

Simple Restfull API in Go

Awesome Lists containing this project

README

          

# Go-Rest

Simple Restfull API in Go

> Note: If you are making clone in a separate directory then you have to export your environments.

Step -1

Follow the steeps to install dependencies and run the project.
> glide install

This command will install all the respected dependencies in to your local vendor.

step -2

Go to your cmd/main directory and enter the following command

> go run main.go

This command will run the project successfully.