Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com: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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages