An in-progress Adonisjs implementation of a cloud storage platform inspired by Google Drive, Dropbox, etc.
If you need to install dependencies:
cd api && npm install
then:
npm run dev
(the above command is just the default Adonis dev script)
For the frontend:
cd frontend-web && npm install
then:
npm start
(default start script for create-react-app)
- [] Create Folders system
- [] Create Files system
- [] Use CRA to create the frontend