Skip to content

Suj4LB/ngo-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup Instructions

Here’s a simple guide to get the website up and running on your local machine.

Prerequisites

Make sure you have Node.js installed. You'll also need Nodemon, which you can install with the following command:

npm install -g nodemon

Running the Project

  1. First, clone the repository to your local machine:
git clone <repository-url>
  1. Navigate to the Project Directory
cd <project-directory>
  1. Run the following command to start the application:
nodemon index.js

Note on MongoDB Atlas Cluster -

The MongoDB Atlas connection for this project is currently not functional. Any assistance in debugging or resolving this would be highly appreciated!