Skip to content

aman1205/Student-Management-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Deployed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published