This project provides a middleware for Node.js applications that integrates Redis caching, allowing you to cache responses and improve the performance of your backend.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Download or clone this repo.
- Enter in server folder
- Execute
bun i
to install the dependencies. - Copy
.env.example
to.env
and set the environment variables. - Start the Redis database container:
docker-compose up -d
- Start the development server:
bun dev