This project is designed to serve as a platform for distributing multiple files, by allowing users to download, and transmit files through email.
- Python 3.9 and above
- This project is powered by django 4.2.3 so you may want to check out the official requirements here
- Clone the repository by running the following command in your comamand line below (or you can dowload zip file from github)
git clone https://github.com/mufidmohammed/file_server.git- Head to the project's directory
cd file_server- Install requirements
pip install -r requirements.txt- To start the application, run
python manage.py runserverIf you are running on production, visit your domain to verify it is working
After running the above commands, you should be able to access the application at http://127.0.0.1:8000/ or your designated domain name depending on configuration.
Admin Login details
- Email: admin@email.com
- Password: 123456