Skip to content

nker31/Notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone Notify from GitHub

Open a terminal or command prompt. Run the commandgit clone to clone the Notify repository.

git clone https://github.com/nker31/Notify.git

Backend Setup

Change directory to notify-backend using the command

cd notify-backend

Install necessary Node modules by running

npm install

Database Connection

Ensure you have MongoDB installed and running on your system. Configure the database connection settings in notify-backend/config.js.

Start the Backend Server

Within the notify-backend directory, start the server by executing

node index.js

Client Setup

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

Start the Client Application

In the notify directory, start the client application using

npm start

The client application should now be running and accessible via a web browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published