Skip to content

A Django app to store and manage files.It is a clone of Google Drive.

License

Notifications You must be signed in to change notification settings

nahidsaikat/File-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Manager

A django app to store and manage directory and files.

Dependencies

Main

  • Python == 3.7.3
  • Django == 2.2.2

Test

  • Pytest == 4.6.4
  • Pytest-Django == 3.5.0

Setup Step

  • git clone https://github.com/nahidsaikat/File-Manager.git
  • cd File-Manager
  • (run if pipenv is not available) pip install pipenv
  • export PIPENV_VENV_IN_PROJECT="enabled"
  • pipenv install
  • pipenv shell
  • python manage.py migrate
  • python manage.py createsuperuser
  • python manage.py runserver 0.0.0.0:8000

  • pytest for running test

Screen Shots

  • Folder Create Interface Folder Create

  • File Create Interface File Create

  • Folder View Interface 1 Folder View

  • Folder View Interface 2 Folder View

License

MIT

Copyright (c) 2020 MD. Nahidur Rahman

About

A Django app to store and manage files.It is a clone of Google Drive.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published