Skip to content

Random-user-doing-random-stuff/chat-app

Repository files navigation

Chat App

This is a simple chat application built with Ejs.

Requirements

  • MongoDB
  • Node.js

Installation

  1. Clone the repository:
    git clone https://github.com/Random-user-doing-random-stuff/chat-app.git
  2. Navigate to the project directory:
    cd chat-app
  3. Install dependencies:
    npm install

Usage

  1. Start the development server:
    npm start
  2. Open your browser and navigate to http://127.0.0.1:5000.

Contributing

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-name
  3. Make your changes and commit them:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published