"ChatBoard" is a private clubhouse where visitors can view messages, but only registered members can post content and see creator information. Members enjoy a real-time chat system with public and custom rooms for immediate interaction.
- NodeJS
- ExpressJS
- MongoDB
- MongooseJS
- User authentication with passportJS
- Live chat implemented using Socket.Io
- Securing passwords using bcryptjs
- Schema validation using Mongoose
-
Clone the repository
git clone https://github.com/roccocalo/chatboard.git cd chatboard
-
Install dependencies
npm install
-
Create a
.env
file in the root directory with the following variables:MONGODB_URI='your_mongodb_connection_string'
-
Start the development server
npm run dev
-
Visit
http://localhost:3000
in your browser