Skip to content

jvxiao/file-server-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-server-master

An online file manage system, fast and secure.

Development

clone the repo to local

git clone https://github.com/jvxiao/file-server-master.git
  • start backend

Start the backend you may need two terminals, one for the JSON server, the other for the file manage service. This problem will be solved in later version.


  cd backend
  npm run db:start          # start JSON Server
  npm run serve:start       # start file manage service

  • start the web

  cd web
  npm run dev

By now, you may able to view the dashboard page on port 9000. Disable the browser's security policy to prevent the API interface from being blocked by CORS policy.

About

An online file manage system, fast and secure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published