VeryLoudCloud
Learning/course-management system written using Node.js
How to Install
Assuming you have MongoDB and NodeJS installed:
- Start your database (if you're running locally
mongod --smallfiles
usually works). - Start the server with
node app
. - Open your web browser and go to http://localhost:8080/
- Create an account and have fun
About
I've been interested in programming for a long time, and after starting to learn Javascript in January 2014, I made my first app, VeryLoudCloud, as part of a school project. Our school had purchased a course-management system that the faculty found very frustrating and unintuitive, so I designed this alternative system (VeryLoudCloud) that I attempted to make more intuitive and easy-to-use. While I didn't exactly succeed in creating a viable competitor to LoudCloud, my passion for creating things that make the life easier and better still remains.