https://github.com/will-white/ecomm-bazaar
https://github.com/will-white/ecomm-bazaar
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/will-white/ecomm-bazaar
- Owner: will-white
- Created: 2024-03-17T10:25:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T14:37:04.000Z (over 1 year ago)
- Last Synced: 2025-03-18T13:57:31.297Z (over 1 year ago)
- Language: TypeScript
- Size: 454 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ecomm Bazaar
## Start the application
At root of project run:
```bash
pnpm start
```
## Docker
This project utilizies a dev container which runs the local/dev environment.
## Seed Local DB
Run these commands to seed with fake dev data
```bash
pnpm --filter api migration:run
pnpm --filter api migration:seed
```