Skip to content

This repo is an example of a simple chat website application built using Node.js and MongoDB.

License

Notifications You must be signed in to change notification settings

kaansrflioglu/Nodejs-ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Web Chat Application

The following tools were used in the construction of this project.

Node.js, MongoDB

express
express-session
express-handlebars
express-flash
mongoose
socket.io
body-parser
dotenv

Update the database variable.

Replace the MONGODB_CONNECTION_STRING variable in the .env file with your mongodb connection.

How to use?

Install its libraries by using npm install command and then npm start to run the server.

Releases

No releases published

Packages

No packages published