Our project is called Ducky Drive. Our idea is to implement a copy of Google Drive, using the lab machines as the storage backend. This will enable easy access to your files on the lab machines, and functionality like uploading, downloading, viewing, editing, deleting, and creating files will make file management as abstract as possible.
Kevin (PM):
- File manipulation
- Directory manipulation
Marc:
- Uploading files
Ian:
- Downloading files
- droplet
Hui:
- Front-end
$ git clone https://github.com/kev1n/jiangjiangwangwang.git
$ cd jiangjiangwangwang
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ npm i
$ cd app
$ python3 __init__.py
Open "localhost:7999" in your favorite browser