This project is an API built with Express.js that provides user registration and login functionalities.
- The application integrates Firebase Firestore for database management, Stream Chat for real-time messaging, and bcryptjs for password hashing.
- Express.js: Web framework for building server-side applications.
- Firebase Firestore: NoSQL cloud database to store user data.
- Stream Chat: Chat API used for real-time messaging.
- TypeScript: Superset of JavaScript that adds static types.
- bcryptjs: Library to hash and compare passwords securely.
- dotenv: Module to load environment variables from a .env file.