Skip to content

tamutamu-fork-library/Link-chat-application

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

link-chat-app.mp4

Full Stack Chat App

This is a full stack chat application. You can chat privately or in a group and send images if you wish.

💡 Features

  • Dark Theme
  • Responsive UI
  • JWT Authentication
  • Private or Group Chat
  • Sending Text and Image
  • Creating Profile
  • Adding Friend or Blocking

🛠️ Built With

📸 Screenshots

link-1 link-2 link-3 link-4

🚩 Getting Started

First of all you need to clone the repository and install the dependencies

git clone https://github.com/srujan-nalam/Link-chat-application.git
cd client
npm install
cd ..
cd server
npm install

After doing this you must assign the following environment variables

--- CLIENT ---
REACT_APP_API_BASE_URL
REACT_APP_CLOUD_NAME
REACT_APP_UPLOAD_PRESET

--- SERVER ---
DB_PASSWORD
CLIENT_BASE_URL
JWT_SECRET

And run dev servers for both

--- CLIENT ---
npm start

--- SERVER ---
npm run start:dev

About

Link - A Realtime Chat App. Built with React, Nest.js and Socket.io.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 98.9%
  • Other 1.1%