https://github.com/renanmav/goexpert-graphql
https://github.com/renanmav/goexpert-graphql
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/renanmav/goexpert-graphql
- Owner: renanmav
- Created: 2024-06-19T02:45:42.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T21:15:04.000Z (11 months ago)
- Last Synced: 2025-01-14T19:16:27.883Z (4 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