Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 851 Bytes

File metadata and controls

41 lines (25 loc) · 851 Bytes

Student Management

Overview

Briefly describe your project.

API Documentation

Swagger Documentation

The Swagger documentation for the API can be found at the following URL:

API Swagger Documentation

Postman Collection

The Postman collection for interacting with the API can be found at the following URL:

Postman Collection

Getting Started

Prerequisites

Make sure you have the following installed:

  • Node.js
  • MongoDB
  • ...

Installation

  1. Clone the repository.
  2. Install dependencies using npm install.
  3. Set up your environment variables by creating a .env file. Use the following template:
  4. Run npm run dev
PORT=8000
MONGODB_URI="your_mongodb_uri_here"
SECRET_KEY=your_secret_key_for_jwt_here