A simple messaging app with a few features built to echance and get hand-on experience with MERN Stack. Following are some notable features
- Signing up is not needed. Just hop in with a random username and enjoy the party
- Not a single message of yours is stored and your username also deletes as soon as you leave the site
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
To get a local copy up and running follow these simple example steps.
- npm
npm install npm@latest -g
- Node.js
-
Clone the repo
git clone https://github.com/Ahmad44452/chaiit
-
Install NPM packages of server
npm install
and client
npm install --prefix client
-
Replace the MongoDB uri in
server.js
const mongoUri = "Your MongoDB Uri";
-
Run client and server simultaneously
npm run dev
Ahmad Ghani - Twitter - Discord - LinkedIn
Project Link: https://github.com/Ahmad44452/chaiit