Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daptin/dadadash

Office suite with file browser, document editor, spreadsheet editor, calendar and data tables with CRUDX API's ready to deploy
https://github.com/daptin/dadadash

calendar cms crud-api document-editor file-manager office-suite spreadsheet-editor

Last synced: 15 days ago
JSON representation

Office suite with file browser, document editor, spreadsheet editor, calendar and data tables with CRUDX API's ready to deploy

Awesome Lists containing this project

README

        

# Dadadash

## Try it now

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://dashboard.heroku.com/new?template=https%3A%2F%2Fgithub.com%2Fdaptin%2Fdadadash%2F)

```docker run -p 8080:8080 daptin/dadadash```

Office application suite

- File/folder manager
- Rich document editor
- Spreadsheet editor
- Calendar
- Data tables with CRUD API's

## What is inside

| | |
|------------------------------------------------|------------------------------------------------------|
| ![ new workspace](assets/newWorkspace.png) | ![ worksapce view](assets/workspaceView.png) |
| ![ new base](assets/newBase.png) | ![ new app item menu](assets/newAppItemMenu.png) |
| ![ document editor](assets/documentEditor.png) | ![ spreadsheet editor](assets/spreadsheetEditor.png) |
| ![ data tables](assets/dataTable.png) | ![ file browser](assets/fileBrowser.png) |
| ![ calendar](assets/newCalendarEvent.png) | ![ File browser](assets/7.png) |

## Dev

### Build from source

#### Install the dependencies
```bash
npm install -g @quasar/[email protected] && npm install && npm run build
docker build -t dadadash
docker run -p 8080:8080 dadadash
```

#### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
npm run dev
```

#### Build the app for production
```bash
npm run build
```