This project is based on the talk given by Sugata Mitra in TED. He is the winner of the 2013 TED Prize for this concept.
Dr. Sugata Mitra spoke about his wish in TED:
“My wish is to help design the future of learning by supporting children all over the world to tap into their innate sense of wonder and work together. Help me build the School in the Cloud, a learning lab in India, where children can embark on intellectual adventures by engaging and connecting with information and mentoring online. I also invite you, wherever you are, to create your own miniature child-driven learning environments and share your discoveries.”
Cloud School project is initiated to create a collaborative learning environment where children can learn from any part of the world.
This project uses:
- Core Spring
- Spring Data
- Spring MVC
- Thymeleaf
- Twitter Bootstrap
- jQuery
- H2
- Liquibase
- TestNG
- Mocktio
- Spring Test MVC
- Hamcrest
- Cucumber JVM
Clone the repository:
$ git clone git://github.com/sanjoykroy/cloudschool.git
From the command line with Maven:
$ cd cloudschool
$ mvn clean install
$ cd cloudschool-webapp
$ mvn -Pjetty jetty:run
http://localhost:8080/cloudschool
-
Run the application following above commands
-
Execute the below commands
$ cd cloudschool-integration
$ mvn test -Pit
See the test result by opening the below page:
cloudschool/cloudschool-integration/target/surefire-reports/index.html