Connect with folks with same interest to boost your productivity.
Connect uses a special ranking algorithm to match you with people you share similar interests to you, from all around the world.
To run this project, you will need to add the following environment variables to your .env file
MONGO_URI
Clone the project
git clone https://github.com/Anurag30112003/Connect.gitGo to the project directory
cd connectMake Virtual environment (optional)
virtualenv venv venv\Scripts\activate Install dependencies
pip install -r requirements.txt Start the server
python main.py