Skip to content

Aliwahid17/file-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Introducing my latest solo project - a File Explorer Website powered by the Django framework. I've designed it to deliver the file path in a smart and sophisticated way, with easy navigation and a user-friendly interface.

How to run the Project

  1. Create the virtual Environment in the ./venv directory.
pip install virtualenv

virtualenv venv
  1. Run your virtualenv
  • For Windows - PowerShell And Command Prompt
.\venv\Scripts\activate
  • For Linux And Git
source venv\Scripts\activate
  • For MacOs
source venv\bin\activate
  1. Install All dependencies from the requirements.txt File.
pip install -r requirements.txt
  1. Now everythings is completed. Check by running the server. http://localhost:8000/
  • For Windows
py manage.py runserver
  • For MacOs
python3 manage.py runserver

About

Advance file exploring system written in django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published