AlexGalhardo / todo-graphql-api-using-redis

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ToDo GraphQL API using Redis

Introduction

Development Setup Local

  1. Clone repository
git clone git@github.com: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


Languages

Language:TypeScript 89.7%Language:Shell 5.9%Language:JavaScript 4.3%