Introduction • Features • Requirements • Build • Run • Credits • Author • Contributing • License
Grid is LAN messenger, which runs on server-client architecture over local network. I've build this for college usage (as Major project submission) ;)
- Awsome UI
- Signup and Login
- Channels
- Emojis
- File Sharing
- Dark mode (coming soon)
- Voice & Video call (coming soon)
To build this project you will need following
- NodeJS
- MongoDB
To run this project, you have to build Frontend.
You will need Node Package Manager in order to build
Run following commands to build
$npm i
$npm build
In order to run project, you have execute following command in Frontend and Backend folder seperate terminals.
$npm start
Project was possible with following Frameworks
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT