Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabind47/mart
https://github.com/nabind47/mart
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nabind47/mart
- Owner: nabind47
- Created: 2024-06-09T13:51:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T02:58:54.000Z (6 months ago)
- Last Synced: 2024-07-25T03:46:23.564Z (6 months ago)
- Language: TypeScript
- Size: 1.38 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## VENDOR
- images -> billboard -> true
- title, description, location
- categories
- products
- orders```sh
npx prisma migrate dev --name init
``````sh
npx prisma db push --force-reset
```