A dashboard to monitor progress and completion of the blind75 leetcode questions.
The app uses the MERN stack. The frontend is in React, the backend is using Node.js, Express and MongoDB.
The backend was bootstrapped by the boilerplate here.
After cloning the repo ensure docker is installed.
Run docker-compose up
from the root directory to start all the services.
The frontend can then be accessed at localhost:3000.
To stop all services run docker-compose down