# nocodb > NocoDB is a no-code database platform that allows teams to collaborate and build applications with ease of a familiar and intuitive spreadsheet interface. This allows even non-developers or business users to become software creators. * **Category**: Apps * **Status**: 0 * **Image**: [`nocodb`](https://hub.docker.com/r/nocodb), 4, upstream * **Healthcheck**: No * **Backups**: No * **Email**: No * **Tests**: No * **SSO**: No ## Quick start * `abra app new nocodb` * `abra app config ` * `export DATABASE_PW=$(pwgen 20)` * `abra app secret insert db_password v1 ${DATABASE_PW}` * `abra app secret insert nc_db_url v1 pg://db:5432?u=nocodb&p=${DATABASE_PW}&d=nocodb` * `abra app deploy ` For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).