Skip to content

RESTFul service for maintaining competetive atmosphere by tracking and creating ranking by rating and streak submissions on LeetCode platform.

Notifications You must be signed in to change notification settings

cdoos/DailyCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DailyCode

RESTFul service with Django for maintaining competetive atmosphere by tracking and creating ranking by rating and streak submissions on LeetCode platform.

Built With

Features:

  • Login/Register
  • Link LeetCode account with username
  • Create personal to-do list problems
  • Rating based on solved problems and streak submissions
  • Update profiles requesting LeetCode API with given time interval
  • Installation

    Create new directory:

    $ mkdir DailyCode && cd DailyCode

    Create new virtual environment:

    $ python -m venv venv

    Activate virtual environment:

    $ source venv/bin/activate  (For Linux)
    $ venv/Scripts/activate  (For Windows)

    Clone this repository:

    $ git clone git@github.com:cdoos/DailyCode.git && cd DailyCode/project

    Install requirements:

    $ pip install -r requirements.txt

    Check for any project errors:

    $ python manage.py check

    Run Django migrations to create database tables:

    $ python manage.py migrate

    Run the development server:

    $ python manage.py runserver

    About

    RESTFul service for maintaining competetive atmosphere by tracking and creating ranking by rating and streak submissions on LeetCode platform.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Languages