Skip to content

sagar2664/ProblemFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

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.

setup the Projects

  1. clone the reprojectory
git clone [email protected]:Debraj-Das/ProblemFinder.git
  1. go to ProblemFinder directory cd ProblemFinder
  2. setup the virtual enviroment
# windows
python -m venv .venv 
# linux and mac
virturalenv .venv
  1. install nessary module
pip install -r requirements.txt
  1. check the Projects
python manage.py makemigrations
python manage.py migrate
python manage.py check
  1. start the server
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •