Mini social network that I made as my first web app project.
npm i && cd client && npm i && cd ..
NODE_ENV=development
DATABASE="Mongodb Connection String"
JWT_KEY="secretkey"
EMAILUSER="[email protected]"
EMAILPASS="example"
HOST="your ip eg. http://192.168.0.14:5000"
ENABLE_SEND_EMAIL="true or false" // false if you don't want to set it up
TEST_DATABASE="testing db"
client/src/_services/socketService.js
and replacewindow.location.hostname
with your local IP address on port 5000 eg.
192.168.0.14:5000
npm run dev
Show your support by ⭐ the project.