Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/knighthacks/knighthacks_events


https://github.com/knighthacks/knighthacks_events

Last synced: 6 days ago
JSON representation

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
```