Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yeukfei02/ecommerce-api-directus
- Owner: yeukfei02
- License: mit
- Created: 2021-06-10T12:49:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T20:10:22.000Z (about 1 year ago)
- Last Synced: 2024-11-12T05:13:31.210Z (3 months 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: [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
```