Here’s a simple guide to get the website up and running on your local machine.
Make sure you have Node.js installed. You'll also need Nodemon, which you can install with the following command:
npm install -g nodemon
- First, clone the repository to your local machine:
git clone <repository-url>
- Navigate to the Project Directory
cd <project-directory>
- Run the following command to start the application:
nodemon index.js
The MongoDB Atlas connection for this project is currently not functional. Any assistance in debugging or resolving this would be highly appreciated!