Skip to content

mufidmohammed/file_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-file Sharing Platform

This project is designed to serve as a platform for distributing multiple files, by allowing users to download, and transmit files through email.

Requirements

  • 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

Installation

  • 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 runserver

If 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.

Setup

Admin Login details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published