/commclassroomBackend

backend to power the website and apps for community classroom

Primary LanguageJavaScript

Community Classroom Backend

A backend project for the CommClassroom Website.


Requirements

For development, you will only need Node.js and npm, installed in your environement.

Useful commands

Install dependencies

npm install

Run unit tests

npm test

Start development server with hot reloading (open http://127.0.0.1:27017/ and find your way through the directory listing)

npm run start:dev

Thanks to all the contributors ❤️