tejaswini22199 / commclassroomBackend

backend to power the website and apps for community classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 ❤️

About

backend to power the website and apps for community classroom


Languages

Language:JavaScript 98.4%Language:Dockerfile 1.6%