This is a full stack chat application consisting of a frontend built with Vite React and a backend built with Node.js, Socket.io, Express.js, and PostgreSQL.
- Node.js (v14 or higher)
- NPM or Yarn package manager
-
Clone the repository:
git clone https://github.com/ebrardev/chatApplication.git
-
Install the necessary dependencies for client:
cd client npm install # or yarn install
-
Install the necessary dependencies for server:
cd server npm install # or yarn install
-
Set up environment variables: Create a
.env
file in the project root and add your keys:Follow up .env.example file
-
Start the project:
cd client npm run dev cd server npm start
The application will be running at
http://localhost:5173
in your browser.
- [React.js]
- [Socketio]
- [Postresql]
- [expressjs]
- [nodejs]