You are a human working at the Intergalactic Space Agency, pretending to be an alien at the helpdesk. Answer all tickets within their given time limits to reach the day's quota and clock out. If you fail to fulfil your tickets, the aliens will suspect you are a human and dispose of you accordingly.
Can you fulfil your tickets and clock out, or will you fall victim to the aliens' wrath?
This project is built using Express, FastAPI, and Next.js 💫
Install project dependencies.
bun install
uv syncCopy the example environment variables.
cp frontend/.env.example frontend/.env
cp express/.env.example express/.env
cp fastapi/.env.example fastapi/.envStart the development servers.
bun run devbun run dev
bun run dev:frontend
bun run dev:express
bun run dev:fastapi
bun run build
bun run start
bun run lint
bun run format