A fullstack chat application made using Angular, Node.js and MongoDB
This project utilizes Express.js, tRPC and Prisma to handle authentication and chat functionality
To run the application in development mode:
- Run the client with
cd client && npm start
- Run the server with
cd server && npm run start:dev