Web-application for creating programming courses. You can create theoretical and practical tasks and run your code on 11 languages.
You need to install and run RemoteCodeCompiler
- Ruby 3.0.1
- Rails 7.0.4
- PostgreSQL 9.5+
- Docker
Check if all tests are passing before you commit your changes.
rspec
Make sure you have all the requirements installed.
git clone git@github.com:Starlexxx/CodeRate.git # or clone your own fork
cd CodeRate
bundle install
rails db:create:migrate
rails s
Your app should now be running on localhost:3000.