Skip to content

Full stack web application with room functionality for chatting using MongoDB, Express server, React frontend with typescript, and Socket Io to get messages without reloading the page

Access-Denied-001/PistaGram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create a mongodb project and enter the following environment variables.

  1. PORT = 8000
  2. ENVIRONMENT =
  3. MONGO_DB_USERNAME =
  4. MONGO_DB_PASSWORD =
  5. MONGO_DB_URI =
  6. JWT_SECRET_KEY=

After this to run the server-

  1. Go in the root folder and run npm i then run npm run devServer

When the server is up and running to run the frontend-

  1. Go in the frontend folder and run npm i then npm run dev.

About

Full stack web application with room functionality for chatting using MongoDB, Express server, React frontend with typescript, and Socket Io to get messages without reloading the page

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published