Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 502 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 502 Bytes

WebChest

Online web storage build with MEVN

To keep it short, it will be Google Drive Lite that you can host your self. No more monthly subscription fee's for extra storage space.

Deploy

This project requires node v8 at least and a working mongodb server.

  1. Run "npm install" in both the client and server directory
  2. Run "npm run build" inside the client directory
  3. Run "npm run start" inside the server directory

logo