/Leetcode-Ranklist-Generator-

It is the Leetcode ranklist in which User Can enter his username and accordingly on the basis of number of question solved , accuracy etc it will ranked the user.

Primary LanguageEJS

Leetcode-Ranklist

It is the Leetcode ranklist in which User Can enter his username and accordingly on the basis of number of question solved , accuracy etc it will ranked the user.


Image

To use it I already Hosted it

Steps to Use the Application Locally

You should have npm, node and mongodb install in your computer to use it locally .

  • Firstly Clone the Repository Using Below commands
git clone https://github.com/utkarshkanswal/Leetcode-Ranklist-Generator-.git
  • Download and install MongoDb You can see the whole Downloading and installing Procedure from Here

  • Open Windows Powershell and write below command and Press Enter

mongod
  • Please Follow all the Steps Mentioned in above Video

  • After that open Cmd/Terminal and goto directory where the cloned files are stored

  • Then Run Command

npm install
nodemon app.js

Hurray! You can use the Ranklist generator now