Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yeukfei02/ecommerce-api-directus

ecommerce-api-directus
https://github.com/yeukfei02/ecommerce-api-directus

admin-dashboard cms directus nodejs postgres

Last synced: about 1 month ago
JSON representation

ecommerce-api-directus

Awesome Lists containing this project

README

        

# ecommerce-api-directus

ecommerce-api-directus

documentation:

```zsh
username: [email protected]
password: admin
```

## Requirement

- install yarn
- install node (v12+)

## Testing and run

import db schema to your postgres

`ecommerceapidirectus.sql`

```zsh

// install node dependencies
$ yarn

// run api in local
$ yarn run dev
```