Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/renanmav/goexpert-graphql


https://github.com/renanmav/goexpert-graphql

Last synced: 10 days ago
JSON representation

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