This is a search engine that finds the top matching programming problems from Codeforces and Leetcode, aimed at helping users efficiently locate relevant practice problems.
- clone the reprojectory
git clone [email protected]:Debraj-Das/ProblemFinder.git- go to ProblemFinder directory
cd ProblemFinder - setup the virtual enviroment
# windows
python -m venv .venv
# linux and mac
virturalenv .venv- install nessary module
pip install -r requirements.txt- check the Projects
python manage.py makemigrations
python manage.py migrate
python manage.py check- start the server
python manage.py runserver