Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.35 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.35 KB

Leetcode Scheduler

This repository provides a web application which can schedule your review on problem in Leetcode. Inspired by Anki, the review stradegy in this application is according to the difficulty of problem. The harder problem will appear more frequently in your schedule so that your practice can be more effeciently.

Demo

The demo website build on AWS: leetcode-scheduler(Not assure)

Demo Video: Demoe

Requirement

If you want to deploy the website by yourself, add the config file after clone this repository

config.json

{
  "type": "mysql",
  "endpoint": "mysql ipaddress",
  "id": "mysql user name",
  "password": "password",
  "database": "leetcode_scheduler"
}

Also you can use the dockerfile after adding config.json file