Skip to content

Create programming courses, write and execute code online.

Notifications You must be signed in to change notification settings

Starlexxx/CodeRate

Repository files navigation

CodeRate

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

Requirements:

  • Ruby 3.0.1
  • Rails 7.0.4
  • PostgreSQL 9.5+
  • Docker

Running Specs

Check if all tests are passing before you commit your changes.

rspec

Running Locally

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.

About

Create programming courses, write and execute code online.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published