ShiftWise Docs
ShiftWise 🗓️
AI-powered shift scheduler — full-stack portfolio project
Live demo | API health | GitHub
Documentation
| Doc | Description |
|---|---|
| Architecture | System design, data model, monorepo structure |
| API Reference | Endpoints, auth, error codes |
| Testing | Test strategy, running tests, CI |
| Deployment | Render, Vercel, Neon, GitHub Actions |
| Docker | Local Docker setup, Codespaces notes |
| Dates Package | @shiftwise/dates design and usage |
| GitHub Setup | Secrets, Pages, branch protection |
| API Docs | Generated TypeDoc from JSDoc comments |
Quick start
git clone https://github.com/irenaProj/shiftwise.git
cd shiftwise
npm install
cd backend && cp .env.example .env # fill in DATABASE_URL + JWT secrets
npm run db:migrate && npm run db:seed
cd .. && npm run dev
Login: will.power@demo.com / password123