This repository contains a Node.js application that serves as an API for an integrated E-Learning system, Real-Time Chatting system, and Virtual E-Banking system. The application uses Node.js with Express as the server framework, MongoDB as the database, and various middleware such as Bcrypt, Body-parser, Cors, Jsonwebtoken to enhance functionality and security.
-
Clone the repository to your local machine:
git clone https://github.com/zayar-htun/api-for-gsp.git
-
Run seeder.js file to get data in database:
node seeder.js
-
Run index.js file to run project:
nodemon index.js