Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/corylanou/yup-rest
https://github.com/corylanou/yup-rest
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/corylanou/yup-rest
- Owner: corylanou
- Created: 2014-04-26T20:29:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-27T17:05:53.000Z (over 10 years ago)
- Last Synced: 2024-06-21T02:06:26.320Z (6 months ago)
- Language: Go
- Size: 3.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
When entering the directory, run:
```
source dev.env
```This will set up your go path.
Then, cd go the project directory:
```
cd src/julia-allyce/yup-rest
```Get your dependencies
```
go get
```Build it
```
go build
```Run it
```
./yup-rest
```Also, I use a tool that Levi wrote called "glitch". It's a continous test/vet/build. You can find it here:
(https://github.com/levicook/glitch)[https://github.com/levicook/glitch]