27 lines
541 B
Markdown
27 lines
541 B
Markdown
# OrderOps
|
|
|
|
## Run
|
|
|
|
```bash
|
|
bun install
|
|
bun run seed
|
|
bun run seed:user
|
|
# tab 1
|
|
bun run dev:api
|
|
# tab 2
|
|
bun run dev:web
|
|
```
|
|
|
|
Open `http://localhost:5173`.
|
|
|
|
## Contributing
|
|
|
|
Read `CONTRIBUTING.md` before opening a PR. It defines repo-specific coding conventions, local verification expectations, and the PR checklist students should use with their coding harness.
|
|
|
|
## Login
|
|
|
|
- default seed creates customer accounts only
|
|
- create an employee account with `bun run seed:user`
|
|
- login uses username only
|
|
- employee accounts can access `/orders`
|