This repository contains the source code of the OCMS(Online Classroom Management System) Backend.
To start the backend on your local system follow the steps
Clone the Repository into your system
git clone https://github.com/Software-Engineering-Project-Team-Bob/OCMS_Backend.git
The current project uses nm as the package manager.
npm install
Run
npm start
Change the .env.example to .env in your file
Add the Mongo DB daatbase uri Specify the Port number in the env file
The Backend Server runs on localhost 5000(default) in each system currently.