Skip to content

IEEERITB/IEEE-Aavishkaar-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AAVISHKAAR Backend

This is the backend for the AAVISHKAAR Website

Setup Instructions

Prerequisites

  • Node.js installed (Node 18 and up)
  • MongoDB database (local or cloud instance)

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd aavishkaar-backend
  2. Install dependencies:

    npm install
  3. Set up the database connection:

    • Place your MongoDB URI in src/index.js or create .env file with the MONGO_URI value

Running the Server

  • To start the server in development mode:

    npm run dev
  • To start the server in production mode:

    npm start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors