Skip to content

iuroc/file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Manager

基于 Node.js 和 SQLite 的文件系统

项目信息

启动

npm run start

Docker 部署

git clone https://github.com/oyps/file-manager.git
project_name=file-manager
docker build -t $project_name $project_name
docker run --name $project_name -p 8000:8000 $project_name

About

基于 Node.js 和 SQLite 的文件系统

Topics

Resources

Stars

Watchers

Forks