Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knighthacks/knighthacks_events
https://github.com/knighthacks/knighthacks_events
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/knighthacks/knighthacks_events
- Owner: KnightHacks
- Created: 2022-04-19T03:13:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T03:28:50.000Z (about 1 year ago)
- Last Synced: 2024-06-21T09:38:42.184Z (5 months ago)
- Language: Go
- Size: 187 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Events
## What is this?
This is the `events` microservice that will handle any and all data, queries, and mutations regarding events.
## Requirements
- Golang 1.18
## Quickstart
Execute the following:
```bash
bash install.sh
```## Regenerating schema
After installing gqlgen to your local bin you can do following:
```bash
bash generate.sh
```