Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Runway Technical Test

Prerequisites

  • Go 1.26+
  • Bun 1.x+

Project Structure

  • backend/: Go API server and review poller
  • frontend/: React + Vite app

Setup

Backend (Go)

From the repo root:

cd backend
go mod download
go run ./cmd/server

Notes:

  • Uses backend/config.json by default.
  • API listens on http://localhost:8080 by default.

Frontend (Bun/Vite/React)

From the repo root:

cd frontend
bun install
bun dev

Vite will print the local URL in the terminal (http://localhost:5173 by default).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages