Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renanmav/goexpert-graphql
https://github.com/renanmav/goexpert-graphql
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/renanmav/goexpert-graphql
- Owner: renanmav
- Created: 2024-06-19T02:45:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T21:15:04.000Z (7 months ago)
- Last Synced: 2024-11-14T21:39:02.263Z (2 months ago)
- Language: Go
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoExpert-GraphQL
This is a Go project that uses GraphQL for data fetching and SQLite for data storage.
It also uses [gqlgen](https://gqlgen.com) for GraphQL code gen.
## Setup
To set up the database and tables, run the following command:
```bash
make setup
```## Running the server
To run the server, run the following command:
```bash
make start
```Access the GraphQL playground at http://localhost:8080