| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Snappy is chat application build with the power of MERN Stack. You can find the tutorial here
Both should be installed and make sure mongodb is running.
git clone https://github.com/koolkishan/chat-app-react-nodejs
cd chat-app-react-nodejsNow rename env files from .env.example to .env
cd public
mv .env.example .env
cd ..
cd server
mv .env.example .env
cd ..Now install the dependencies
cd server
yarn
cd ..
cd public
yarnWe are almost done, Now just start the development server.
For Frontend.
cd public
yarn startFor Backend.
Open another terminal in folder, Also make sure mongodb is running in background.
cd server
yarn startDone! Now open localhost:3000 in your browser.
docker compose build --no-cacheafter the build is complete run the containers using the following command
docker compose upnow open localhost:3000 in your browser.
| Back | FazBrowse Home | New Git URL |