init
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user