Messaging app is an instant messaging fullstack web app using web sockets
Live preview:
Use the package manager yarn project dependencies.
yarnYou also need a running local instance of mongodb server, or if you are using a remote instance change the MONGODB_URI in .env.development
.env.development
MONGODB_URI=<past your uri here># start dev backend server
yarn server start:dev
# start dev backend server with debugging
yarn server start:debug
# start dev client server
yarn client startYou can check other scripts in package.json of the root repo and each package
