Wanna learn Data structures and algorithms by solving problems? You are in the right place. Checkout the project!
You can Check the Website here
- Clone the git repository using the below code snippet:
git clone https://github.com/Dsa-Cracker/server- Change your current working directory to the project folder:
cd server- In the root of the project, make a new file .env to store the environment variables:
touch .env
vi .env
MONGO_URI = Your Mongo Uri- Install the required dependencies and start the server in dev mode:
npm i && npm run devNote: You must have NodeJs, npm, mongodb installed in your system in order to run the project properly
