Open a terminal or command prompt.
Run the commandgit clone
to clone the Notify repository.
git clone https://github.com/nker31/Notify.git
Change directory to notify-backend using the command
cd notify-backend
Install necessary Node modules by running
npm install
Ensure you have MongoDB installed and running on your system.
Configure the database connection settings in notify-backend/config.js.
Within the notify-backend directory, start the server by executing
node index.js
Open another terminal or command prompt window. Navigate to the notify folder within the project directory. Install client-side Node modules by running
npm install
In the notify directory, start the client application using
npm start
The client application should now be running and accessible via a web browser.