Skip to content

Mark-Elliott5/messaging-app

Repository files navigation

messaging-app

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.

Local Installation

  1. Clone this repository

  2. Navigate to the project in terminal and run the build script

$ cd messaging-app && pnpm run build
  1. 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
  1. Navigate to the root directory and run the start script
$ pnpm run start
  1. Open localhost:3000 in your browser to view the project

messaging-app-frontend

About

Monorepo for deploying messaging-app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published