Live Chat App
Live Chat App to talk on real time using Node.js and Socket.IO. Installation
Clone the Repository
git clone https://github.com/Ritik-The-Dev/Live-Chat-App-FullStack
Client Installation
Navigate to the client directory
cd client
Install the required packages
npm install
Run the client code
npm run dev
Server Installation
Navigate to the server directory
cd server
Install the required packages
npm install
Run the server
npm start
Additional Steps
Ensure you have Node.js and Prisma installed on your machine.
Configure Prisma by setting up a database and obtaining the connection URI.
Set any necessary environment variables using .env.example.
Contributing
Contributions are welcome! Please feel free to submit pull requests or open issues if you encounter any problems. License
This project is licensed under the MIT License - see the LICENSE file for details.