A realtime chat application with end-to-end encryption developed as a part of my Cryptography and System Security course.
Add your mongoDB URI (DATABASE_URI) and server port (PORT) to the config.env file
# Install dependencies
npm install
# Run in development
npm run dev
# Run in production
npm start