Description:
I designed this app to make it easy to share files between your computer and mobile device over a Local Area Network (LAN). It is compatible with both Mac and Linux operating systems, allowing you to effortlessly transfer files with other devices on the same network.
Follow these steps to set up and run the Bagher web server:
-
Clone the Repository:
git clone https://github.com/X-Mohsen/Bagher-webserver.git cd Bagher-webserver
-
Run a Virtual environment:
python3 -m venv venv source venv/bin/activate
-
Install requirements:
pip install -r requirements
-
Take a Smoke Test:
python app.py run