Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harzu/rebrainme-graphql-webinar-server
https://github.com/harzu/rebrainme-graphql-webinar-server
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/harzu/rebrainme-graphql-webinar-server
- Owner: Harzu
- Created: 2021-03-18T14:49:25.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T15:52:59.000Z (almost 4 years ago)
- Last Synced: 2024-10-25T10:50:19.181Z (2 months ago)
- Language: Go
- Size: 43.9 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Graphql webinar server
start
```bash
make run
make migrate-up
```stop
```bash
make stop
```