Skip to content

Block-based programming for educational robots

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

zsimpso/rovercode-web

 
 

Repository files navigation

https://rovercode.com/static/images/screenshot.jpg

rovercode-web

License:GPLv3
https://badges.gitter.im/rovercode.png Built with Cookiecutter Django https://coveralls.io/repos/github/rovercode/rovercode-web/badge.svg?branch=development

rovercode is an open-source educational robotics platform. Students use our web-based drag-and-drop editor to create code that listens to the rover's sensors and controls its motors.

rovercode is made up of serveral code repositories. You are currently viewing rovercode-web, the web application that provides the drag-and-drop coding interface and user management. To learn about the other pieces of rovercode, visit our architecture documentation, or start at the root of rovercode's documentation.

Setup

Install docker and docker-compose, then

$ git clone --recursive https://github.com/aninternetof/rovercode-web.git && cd rovercode-web
$ sudo docker-compose -f dev.yml build
$ sudo docker-compose -f dev.yml up
$ google-chrome localhost:8000

Basic Commands

rovercode-web runs is built with Django. During development, you can do regular Django things like this:

$ docker-compose -f dev.yml run django python manage.py migrate
$ docker-compose -f dev.yml run django python manage.py createsuperuser

More detailed usage instructions can be found here in the docs

Docs

Read the complete docs here

Contributing

Help make rovercode better! Check out the contributing guide.

We'd love to chat with you! Say hello in our Gitter room.

You can also email [email protected].

About

Block-based programming for educational robots

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.1%
  • HTML 22.7%
  • JavaScript 9.8%
  • CSS 7.3%
  • Shell 3.5%
  • Dockerfile 0.6%