This is a simple chat application built with Ejs.
- MongoDB
- Node.js
- Clone the repository:
git clone https://github.com/Random-user-doing-random-stuff/chat-app.git
- Navigate to the project directory:
cd chat-app - Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://127.0.0.1:5000.
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.