# Go-Rest **Repository Path**: luz/Go-Rest ## Basic Information - **Project Name**: Go-Rest - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.