Site is currently deployed here.
This monorepo is made for deploying my messaging-app-backend and messaging-app-frontend to hosting providers.
This app is an online chatroom where registered users and unregistered guests can enter and chat in one of five chatrooms. Chatters can also directly message each other. Profiles can be customized with a bio and a selection of 1 of 14 avatars.
-
Clone this repository
-
Navigate to the project in terminal and run the build script
$ cd messaging-app && pnpm run build
- Navigate to the backend folder and create a .env file. Add a secure SECRET variable and a MONGODB_URI variable containing your mongoDB connection string
$ cd backend && touch .env
- Navigate to the root directory and run the start script
$ pnpm run start
- Open localhost:3000 in your browser to view the project