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
- Host: GitHub
- URL: https://github.com/a-dera/go-rest
- Owner: a-dera
- Created: 2020-10-31T12:04:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T15:20:47.000Z (over 5 years ago)
- Last Synced: 2025-01-12T08:34:42.424Z (over 1 year ago)
- Topics: api, api-rest, go, golang, restfull
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.