Skip to content

akatora28/adonis-cloud-storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Adonisjs Cloud Storage

An in-progress Adonisjs implementation of a cloud storage platform inspired by Google Drive, Dropbox, etc.

Getting Started

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)


TODOS:

Backend:

  • [] Create Folders system
  • [] Create Files system

Fontend:

  • [] Use CRA to create the frontend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published