Skip to content

Used - TypeScript, Node.js. Using this web app, users can chat from all over the world, and they can see each other's profile pictures, birth dates, etc. You can deploy it on any cloud provider.

Notifications You must be signed in to change notification settings

SanketKaware/Web-Based-Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

Chat application written in TypeScript + React and Socket.io.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for developement purposes.

Prerequisties

There are two things You have to install in order to get this project running on your machine.

  1. Since project uses NodeJS you must have it installed, otherwise you won't be able to start project.
  2. Chat uses MongoDB as a storage database. To get project running you must have it installed on your local machine or specify MongoDB server address inside src/server/app.ts file.
mongoose.connect('mongodb://your-mongodb-server-address/your-collection-name', ...)

Running

  1. To run project make sure you have both NodeJS installed and MongoDB server running.
  2. Navigate to chat root directory and execute following commands to run application:
npm install
npm start

If everything goes well you will get chat running on http://localhost:3000

To run project in production environment use

npm run start:prod

Issues

If any error has occurred, please let me know by opening issue.

About

Used - TypeScript, Node.js. Using this web app, users can chat from all over the world, and they can see each other's profile pictures, birth dates, etc. You can deploy it on any cloud provider.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published