ClassConnect is a proof of concept classroom portal that allows teachers to interact with students in a fun and user friendly way.
- Node.js
- MongoDB Cluster
- First download the code archive from GitHub
- Unzip the archive
- run
npm installwhile in the/ClassConnect/folder - Create a .env, and make a variable called
mongodbaccessand it's value the MongoDB Cluster access token - To start up the site, you can now do
npm run start