Skip to content

shubham1164/file_server_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file_server_python

Install django

$ pip install django requests

Apply migrations

$ python manage.py migrate

start main server

$ python manage.py runserver 0:8000


start client script from client folder

$ python client_script.py

About

File upload and download server in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages