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

https://github.com/back-2-95/directus-starter


https://github.com/back-2-95/directus-starter

api directus

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Directus Starter

Quick starter repo for setting up [Directus](https://directus.io/) based data platform.

It's a headless CMS around database with REST and GraphQL APIs.

## Requirements

- Stonehenge

## Setup

```
make up
```

## Import directus.sql

```
make restore
```

Now open https://directus.docker.so and login with `[email protected]:password`

## API

`https://directus.docker.so/collections/`

## Backups

Backup local database:

```
make backup
```

Restore database:

```
make restore
```