Features • How to run • Tests • Author
Social Network API based on Twitter using GraphQL
- Create a account
- Login to a account
- Create posts
- Reply to posts
- Delete posts
- Clone the project.
git clone https://github.com/RianNegreiros/go-graphql-api.git
- Run with Docker
make run-docker
Access the GraphQL playground on localhost:8080
make test
-
Setup
.env.test
-
Setup database for tests. You can use the docker compose, running `
docker-compose up test_db -d
- Run the tests
make test-integration
Rian Negreiros Dos Santos