Competitive Programming Contests Schedule, all at one place! Visit it here.
- CodeForces ( including CodeForces::Gym )
- TopCoder
- AtCoder
- CS Academy
- CodeChef
- HackerRank
- HackerEarth
- Kick Start
- LeetCode
- Toph
- Install
Ruby
programming language (version2.5.0
). - Clone this repository.
git clone git@github.com:AliOsm/kontests.git
- To install all dependencies, move inside this directory and run the following.
cd kontests
bundle install
- Run
Rails
migrations to create the database.
rails db:migrate
- To start the server, install
foreman
gem and run it as follows.
gem install foreman
foreman start
- Now you can browse the application from
localhost:5000
Bug reports and pull requests are welcome on GitHub at https://github.com/AliOsm/kontests.
The project is available as open source under the terms of the MIT License.