Skip to content

bluegreenci/interviews

Repository files navigation

runbook-interviews

Quickstart

  1. Install dependencies:

    npm install
  2. Seed the development database:

    npm run dev:seed
  3. Start the backend dev server (Express + SQLite):

    npm run dev:server
  4. Start the frontend (Vite):

    npm run dev

    Note: Vite is configured to proxy /api to http://localhost:4000 so no CORS setup is required. See vite.config.ts.

Test accounts

Planet Express (Tenant 1)

Dunder Mifflin (Tenant 2)

Tokens are stored in localStorage under token and the client attaches them to the Authorization header.

Key libraries used (Frontend)

  • React + TypeScript
  • Vite
  • Tailwind CSS
  • flowbite-react

Tasks

  • Permission Management (user & permission UI): See tasks/USERS_MANAGEMENT.md for the complete task definition and acceptance criteria.
  • Project Settings Page: See tasks/PROJECT_SETTINGS.md for the complete task definition and acceptance criteria.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published