Coded by following this video.
To run this project, you will need to add the following environment variables to your .env file
Name | Description | Default Value |
---|---|---|
REDIS_URL | Redis Connection URL |
- Add car to database
- Search cars in database
With yarn
$ git clone git@github.com:antoniobfm/redisapp.git
$ cd redisapp
$ yarn
$ yarn dev
With npm
$ git clone git@github.com:antoniobfm/redisapp.git
$ cd redisapp
$ npm i
$ npm run dev