-
A personal project I created to learn and improve my skills in:
-
Techonologies:
- Clone repository
git clone git@github.com:AlexGalhardo/todo-graphql-api-using-redis.git
- Install dependencies
bun install
- Create .env
cp .env.example .env
- Up docker-compose redis
docker-compose up -d
- Up Apollo GraphQL server
bun run server
- Go to: http://localhost:3000/graphql
- Testing API:
- a. See GraphQL Queries and Mutations on ./docs folder
- b. You can use ./rest-client requests also
- c. You can use ./curl requests too
- Testing API:
Copyright (c) April 2024-present, Alex Galhardo