Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 621 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 621 Bytes

OCMS Backend

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.