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.
- Go to This Link
You should have
npm
,node
andmongodb
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
- Then go to any web browser and go to Url http://localhost:3000/
Hurray! You can use the Ranklist generator now