Skip to content

fazt/chat-javascript-fullstack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Full Stack

is a simple chat that was built with entire javascript technologies, for the frontend, backend and database.

Used Technologies

  • Nodejs
    • Express
    • Socket.io
  • Mongodb

Install Project

git clone https://github.com/fazt/chat-javascript-fullstack.git
cd chat-javascript-fullstack
npm install

Create .env file

MONGODB_URI=mongodb://localhost/chat

Remember to replace the MONGODB_URI with your own MongoDB URI.

Run the project

npm run dev

Links and Resources used in this project

About

A Chat web application using javascript technologies

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors