https://github.com/gouravsharma-00/message-webapp
a messaging web app using express
https://github.com/gouravsharma-00/message-webapp
ejs-templates expressjs message nodejs webapp
Last synced: 2 months ago
JSON representation
a messaging web app using express
- Host: GitHub
- URL: https://github.com/gouravsharma-00/message-webapp
- Owner: gouravsharma-00
- License: other
- Created: 2024-08-11T17:36:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T17:51:55.000Z (almost 2 years ago)
- Last Synced: 2025-10-25T10:36:09.063Z (8 months ago)
- Topics: ejs-templates, expressjs, message, nodejs, webapp
- Language: JavaScript
- Homepage: https://messageme-e19u.onrender.com
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Messaging Web App
This is a messaging web app built using Express, EJS, and a lot of hard work.
## Features
- User registration and authentication
- Real-time messaging
- Group chats
- Message notifications
- User profiles
## Installation
1. Clone the repository: `git clone https://github.com/your-username/messaging-web-app.git`
2. Install dependencies: `npm install`
3. Set up the database: [instructions here]
4. Start the server: `npm start`
## Usage
1. Open your web browser and navigate to `http://localhost:3000`
2. Sign up or log in to start using the messaging web app
3. Explore the different features and start messaging with your friends
## Contributing
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
1. Fork the repository
2. Create a new branch: `git checkout -b feature/your-feature-name`
3. Make your changes and commit them: `git commit -m 'Add your feature'`
4. Push to the branch: `git push origin feature/your-feature-name`
5. Submit a pull request
## License
This project is licensed under the [MIT License](LICENSE.md).