File-Manager-For-School-Projects

Setup

To run this app, you will need to follow these 3 steps:

1. Requirements

  • a Laptop

  • Text Editor or IDE (eg. vscode, PyCharm)

  • Git installed on your Laptop.

$ 2. Install Python and Pipenv

2. Install Python and Pipenv

3. Local Setup and Running on Windows, Linux and Mac OS

 # Clone this repository into the directory of your choice
 $ git clone https://github.com/Goksel12211/File-Manager-For-School-Projects.git
  
 # Move into project folder
 $ cd File-Manager-For-School-Projects
 
 # Install from Pipfile
 $ pipenv install -r requirements.txt 
 
 # Activate the Pipenv shell
 $ pipenv shell

 # Migrate 
 $ python manage.py migrate

 # Run server
 $ python manage.py runserver

Contributors


Göksel Kınalı


Umut Kılıç