SyncZ brings a Matrix-inspired design to the world of online meetings, offering a sleek and immersive virtual collaboration experience. Dive into the digital realm with SyncZ, where communication meets a futuristic aesthetic.
- Login/Registration: Users can securely create accounts or log in to access SyncZ features.
- Personalized Dashboard: Navigate seamlessly through a user-friendly dashboard.
- Create Meetings: Effortlessly schedule and host virtual meetings.
- Join Meetings: Enter virtual spaces using unique room IDs.
- Sleek Interface: Enjoy a Matrix-inspired design for a futuristic and captivating visual experience.
- Ensure you have Python and Flask installed on your machine.
- Clone the SyncZ repository.
-
Set up a virtual environment.
python -m venv venv
-
Activate the virtual environment.
- On Windows:
venv\Scripts\activate
- On macOS and Linux:
source venv/bin/activate
- On Windows:
-
Install dependencies.
pip install -r requirements.txt
-
Set up the database.
flask db init flask db migrate -m "Initial migration" flask db upgrade
-
Run the application.
flask run
-
Access the application in your browser at
http://localhost:80
.
Contributions are welcome! If you have ideas for improvements or find any issues, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.
SyncZ - Redefining Virtual Meetings with a Touch of the Matrix!