Skip to content

NookaPavan/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Nodejs banner Angular banner


Design

FrontEnd- AngularJs,Bootstrap

BackEnd- NodeJS,ExpressJs,MongoDb


Prerequisite

1.NPM installed

2.Angular installed

3.MongoDB DataBase

Install Dependencies

$ npm install 

Usage

1.For the Backend

$ npm start 

2.For the Frontend

$ ng Serve 

3.MongoDb database

Configuration:

1.Change the Database Connection to your database in server.js file in the backend

  mongoose.connect(""/*MongoDb Connection string*/, {
    useNewUrlParser: true}).then(() => {
    console.log('Connected to MongoDB');
    http.listen(port, () =>{
      console.log(`listening on *:${port}`);
    });
  })

About

⚡ MEAN based chat Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published