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: 3 months ago
JSON representation
ecommerce-api-directus
- Host: GitHub
- URL: https://github.com/yeukfei02/ecommerce-api-directus
- Owner: yeukfei02
- License: mit
- Created: 2021-06-10T12:49:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:10:22.000Z (over 2 years ago)
- Last Synced: 2025-01-11T01:27:30.489Z (over 1 year ago)
- Topics: admin-dashboard, cms, directus, nodejs, postgres
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ecommerce-api-directus
ecommerce-api-directus
documentation:
```zsh
username: admin@admin.com
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
```