Pinokio is a real-time chat application designed to enable seamless communication between users.
- Real-time messaging for instant communication.
- Secure user authentication with login and registration functionality.
- Responsive design for an optimal experience on all devices.
- See who is online using the Show online feature in the chatbox.
- Frontend: React.js, HTML5, CSS3
- Backend: Node.js, Express.js
- Database: MongoDB
Follow these steps to set up the project on your local machine:
- Clone the repository:
git clone https://github.com/Kritisha-Parashar/Pinokio.git
- Navigate to the project directory:
cd Pinokio
- Install dependencies:
->Backend:
->Frontend:
cd backend npm install
cd ../frontend npm install
- Start the application:
->Backend:
->Fronted:
cd backend npm start
cd ../frontend npm start
- Access the application: Open your browser and navigate to http://localhost:3000