Skip to content

devsuoa/devs-sesa-beginner-hackathon-2026-first-try

Repository files navigation

Intergalactic Space Agency Helpdesk

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 💫

Prerequisites

  • Bun — JavaScript runtime and package manager
  • uv — Python package manager

Getting Started

Install project dependencies.

bun install
uv sync

Copy the example environment variables.

cp frontend/.env.example frontend/.env
cp express/.env.example express/.env
cp fastapi/.env.example fastapi/.env

Start the development servers.

bun run dev

Scripts

bun 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Contributors