/kontests

Competitive programming contests schedule

Primary LanguageRubyMIT LicenseMIT

KONTESTS

Competitive Programming Contests Schedule, visit it here

Supported Sites

  1. CodeForces
  2. CodeForces::Gym
  3. TopCoder
  4. AtCoder
  5. CS Academy
  6. CodeChef
  7. HackerRank
  8. HackerEarth
  9. Kich Start
  10. LeetCode
  11. A2OJ

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

KONTESTS Browser Extension: https://github.com/AliOsm/kontests-browser-extension

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.