Giter Site home page Giter Site logo

dharamgollapudi / edumodo Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 68 KB

The safest and easiest way for educators to connect and collaborate with students, parents, and each other.

Ruby 81.39% JavaScript 0.79% CSS 1.95% HTML 15.40% CoffeeScript 0.48%

edumodo's Introduction

Edumodo

The safest and easiest way for educators to connect and collaborate with students, parents, and each other.

TODO:

  1. Homework contains a title, a question and a due date. Basic UI has been provided.
  2. Teacher can assign a homework to multiple students. Basic UI has been provided.
  3. Student can see all assigned homework. UI is required.
  4. Student can submit a homework multiple times before the due date. UI is required.
  5. Teacher can see a list of latest submissions for a homework. UI is required.
  6. Teacher can see all submission versions for a student for a homework.UI is required.

Setup:

git clone https://github.com/dharamgollapudi/edumodo.git
cd edumodo
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:seed
bundle exex rails s

Testing:

Tests were written both in MiniTest::Unit as well as Rspec Run the appropriate command.

git clone https://github.com/dharamgollapudi/edumodo.git
cd edumodo
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
bundle exec rake db:test:prepare

For MiniTest::Unit run

bundle exex rake test

For Rspec run

bundle exex rspec

Caveat:

When you sign up, by default, it setups you up as Student. The only way to override, for now, is changing it in database. In the next iteration, we should be able to select the type while signing up.

Heorku:

Application is running on heroku and available at https://edumodo.herokuapp.com/ with the following test accounts:

Teacher: [email protected]/teacher Student: [email protected]/student

edumodo's People

Contributors

dharamgollapudi avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.