Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 775 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 775 Bytes

Welcome to graphqlgo 👋

Documentation

Project created to understand how can use GraphQL in a simple CRUD.

In this project was used gqlgen

Install

go build 

Usage

  • Start mongoDb:
./docker-compose run
  • Start the project:
go run server.go

Run tests

Use postman collectino located on resources page to performn tests.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator