Welcome to Claster, an education technology App built with Node.js, Express.js and MongoDB
For full description of this award-winning project, visit here Brandeis Spark Competition
It is a student-centric learning platform which provides students with an integrated learning experience with peer-to-peer help including class-based QA forum, direct messaging, location sharing, tutor searching and appointment scheduling, etc.
-
Clone the repository to your local environment
-
Create a Google Developer Account for login authentication and get OAuth2.0 at Google developer console
-
Use the package manager npm to install Claster.
npm install
-
start a MongoDB server
mongod
-
start with nodemon if you have nodemon installed or npm start
nodemon
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.