This project was created with tutorial Plan, Code, and Deploy a Startup in 2 Hours
This project was bootstrapped with Create React App.
/client : React front end
/api : Node Express API to consume Redis data
/worker : Cron worker to fetch data and save it to Redis
Install required packages by running:
To start cron job, you can run:
To start api, you can run:
In the client directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.