This is a Node Expressjs Backend Project for Student Management system in which Authentication, Role level access, Email system and along with that proper Mongodb Aggregation is added.
-
Clone the repository:
git clone https://github.com/mzaintariqdev/studentmanagementNodeBE.git
-
Navigate to the project directory:
cd your-project
-
Install the dependencies:
npm install
-
Start the development server:
npm start
This command will start the server using nodemon
for automatic restarting.
use following command to generate a Jwt Secret key on windows
node -e "console.log(require('crypto').randomBytes(32).toString('base64'))"