This project was generated with Angular CLI version 9.1.3.
With this app you can create buckets to which you can upload your files for storage.
If not connected to a server, use:\
- username: test@test
- password: test\
Otherwise set your server url in the environment.ts file under "backendApiUrl" variable.
Navigate to /swagger-apis to see full API specification
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run docker-compose up
and navigate to http://localhost:8000/
Set the backendApiUrl environment
Run npm test
to execute the unit tests via Karma.