Skip to content

anandh4411/vision-engine

Repository files navigation

Vision Engine

Welcome to the Angular Video Call App! This application enables real-time video communication using PeerJS for seamless and high-quality connections. The backend is powered by a set of Node.js Express microservices.

Screenshot

App Screenshot

Features

  • 🎥 Real-Time Video Calls: Connect with peers in real-time using the power of PeerJS.
  • 🌐 Microservices Backend: The backend architecture is designed as a set of Node.js Express microservices, enhancing scalability and maintainability.
  • 💡 Intuitive Interface: A user-friendly interface ensures effortless initiation and management of video calls.
  • 🔒 Secure and Private: The application prioritizes data security and privacy, ensuring a safe communication environment.

Microservices Repositories

Here are the repositories for the Node.js Express microservices that power the backend of this app:

Feel free to explore, contribute, and collaborate on these microservices to enhance the functionality of the app.

Getting Started

  1. Clone the main repository: git clone https://github.com/anandh4411/vision-engine.git
  2. Install dependencies: npm install
  3. Start the Angular app: ng serve

Make sure to set up the required environment variables and configurations in each microservice as well. Refer to the respective microservice repositories for detailed setup instructions.

Contributing

Contributions are welcome! If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a feature branch: git checkout -b feature/your-feature-name
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature-name
  5. Open a pull request.

License

This project is licensed under the MIT License.