Installing the web application into your workspace
git clone https://github.com/deluxesande/chat.git
cd chat
Installing all frontend packages
cd texy
npm install
To run the frontend server
npm run dev
Installing backend packages
cd texy-api
npm install
Environment setup Set up your .env file with the mongodb connection string
MONGO_URL=connectionstringhere
Runnning the server
npm run dev