Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infinilabs/framework
https://github.com/infinilabs/framework
api application framework golang restful services web website
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/infinilabs/framework
- Owner: infinilabs
- License: other
- Created: 2018-04-04T14:43:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T10:14:35.000Z (over 4 years ago)
- Last Synced: 2024-08-05T06:09:51.448Z (4 months ago)
- Topics: api, application, framework, golang, restful, services, web, website
- Language: Go
- Homepage:
- Size: 42.7 MB
- Stars: 9
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Framework
## Requirements
- Golang v1.11+## How to use
- Clone framework's `vendor` to your own application's root folder.
```
git clone -b master https://github.com/infinitbyte/framework-vendor.git vendor
```Example Project
- https://github.com/infinitbyte/gopa