Skip to content

JuneLin2001/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

Trying to build a chat app and plan to add more features.

Tech Stack

Frontend:

React TailwindCSS DaisyUI zustand

Backend & Database:

NodeJS Express JWT Socket.io MongoDB

Run Locally

Clone the project

    git clone https://github.com/JuneLin2001/chat-app.git
    cd chat-app

Setup .env file

    MONGODB_URI=...
    PORT=5001
    JWT_SECRET=...

    CLOUDINARY_CLOUD_NAME=...
    CLOUDINARY_API_KEY=...
    CLOUDINARY_API_SECRET=...

    NODE_ENV=development

Build and start the app

    npm run build
    npm start

Roadmap

  • Add friends feature
  • Video and document sharing feature

About

Trying to build a chat app and plan to add more features.

Resources

Stars

Watchers

Forks