https://github.com/saucecodee/virj-chat
A group chat web app with realtime messaging.
https://github.com/saucecodee/virj-chat
Last synced: about 1 year ago
JSON representation
A group chat web app with realtime messaging.
- Host: GitHub
- URL: https://github.com/saucecodee/virj-chat
- Owner: saucecodee
- Created: 2020-03-18T00:00:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:51:07.000Z (over 3 years ago)
- Last Synced: 2025-04-24T00:44:35.438Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://virj-chat.herokuapp.com/
- Size: 343 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VIRJ Chat
An open chat app built as a nightime challenge
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
You need to have the latest version of node installed
### Installing
1. Clone the project
```
git clone https://github.com/saucecodee/virj-chat.git
```
2. Install the dependencies
```
npm install
```
3. Run the server
```
npm start
```
## Running the tests
To run the tests run
```
npm run test
```
## Deployment
You can deploy the project to heroku
## Built With
* [Express](http://express.com/) - The web framework used
## Contributing
## Versioning
## Authors
* **Ifedili** - *Initial work* - [saucecode](https://github.com/saucecodee)
* **Edeh Vincent** - *Initial work* - [vince](https://github.com/vinuch)
* **Chukwujama Osinachi** - *Initial work* - [vicradon](https://github.com/vicradon)
* **Nwankwo Joshua** - *Initial work* - [DarkCode](https://github.com/joshuanwankwo)
See also the list of [contributors](https://github.com/saucecodee/virj-chat/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Acknowledgments