Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

AliOsm/kontests

Repository files navigation

KONTESTS

Competitive Programming Contests Schedule, all at one place! Visit it here.

Supported Sites

  1. CodeForces ( including CodeForces::Gym )
  2. TopCoder
  3. AtCoder
  4. CS Academy
  5. CodeChef
  6. HackerRank
  7. HackerEarth
  8. Kick Start
  9. LeetCode
  10. Toph

Run it Locally

  1. Install Ruby programming language (version 2.5.0).
  2. Clone this repository.
git clone git@github.com:AliOsm/kontests.git
  1. To install all dependencies, move inside this directory and run the following.
cd kontests
bundle install
  1. Run Rails migrations to create the database.
rails db:migrate
  1. To start the server, install foreman gem and run it as follows.
gem install foreman
foreman start
  1. Now you can browse the application from localhost:5000

Built on top of KONTESTS

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/AliOsm/kontests.

License

The project is available as open source under the terms of the MIT License.