/redisapp

Primary LanguageJavaScript

🚗 Redisapp

Coded by following this video.

🌳 Environment Variables

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

⚙️ Features

  • Add car to database
  • Search cars in database

💻 Getting started

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