Skip to content

invincibledudess/notification-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Make sure you have installed all of the following prerequisites on your development machine:

Getting the database

Since the MongoDB will already be installed by now:

  • start mongo: open cmd, type mongod, you will need to create "data/db" folders in your current drive (e.g. Windows C: Drive, create C:\Data\db).
  • I have also attached the already created database. You can use the same database.

Compiling Your Application

The first thing you should do is install the Node.js dependencies. The application comes pre-bundled with a package.json file that contains the list of modules you need to start your application.

To install Node.js dependencies you're going to use npm again. In the application folder run this in the command-line:

$ npm install

Running Your Application

  • On Command Prompt inside your project home folder, write:
$ node server.js

Your application should run on port 3000, so in your browser just go to http://localhost:3000

That's it! Your application should be running by now.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published