Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imjenal/chefling
https://github.com/imjenal/chefling
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imjenal/chefling
- Owner: imjenal
- Created: 2019-07-01T16:41:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-01T16:53:47.000Z (over 5 years ago)
- Last Synced: 2024-06-21T01:53:03.434Z (5 months ago)
- Language: Go
- Size: 2.2 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## To run all tests
./runTest.sh## API Documentation: Swagger
http://localhost:9002/api/## To get all the dependencies install glide using
**curl https://glide.sh/get | sh**
or
**brew install glide**To install packages and dependencies,
**glide install**[More info](https://glide.sh/)