Skip to content

arashmjr/ClubHouseFollowers

Repository files navigation

ClubHouseFollowers

ClubHouse Followers is a social community that users can follow each other and increase their followers count in this community

How to run

To run ClubHouseFollowers in development mode; Just use steps below:

  1. Install python3.8.0, pip, virtualenv in your system.
  2. Make development environment ready using commands below.
git clone https://github.com/arashmjr/ClubHouseFollowers && cd ClubHouseFollowers
virtualenv venv   # Create virtualenv named venv
venv\Scripts\activate # If You're On A Windows Machine
source venv/bin/activate # If You're On A Linux
pip install -r requirements.txt
Install the mongoDB database in your local computer first from the .exe file on the official site.
  1. Run application

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published