Skip to content

A personal project I created to learn and improve my skills in Elysia, Redis and Apollo GraphQL to use in Load & Stress Tests benchmarkings

Notifications You must be signed in to change notification settings

AlexGalhardo/todo-graphql-api-using-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76e7893 · Apr 27, 2024

History

4 Commits
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024
Apr 27, 2024

Repository files navigation

ToDo GraphQL API using Redis

Introduction

Development Setup Local

  1. Clone repository
git clone [email protected]:AlexGalhardo/todo-graphql-api-using-redis.git
  1. Install dependencies
bun install
  1. Create .env
cp .env.example .env
  1. Up docker-compose redis
docker-compose up -d
  1. Up Apollo GraphQL server
bun run server
  1. 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

License

MIT

Copyright (c) April 2024-present, Alex Galhardo

About

A personal project I created to learn and improve my skills in Elysia, Redis and Apollo GraphQL to use in Load & Stress Tests benchmarkings

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published