Runner Tracker is a simple web application that allows users to search and find runners in a race. The application is built with TypeScript, Express and Prisma.
/server
: Server-side code, including routes, APIs and services./public
: Static files for the front-end./prisma
: Prisma schema and migrations, and the SQLite database.
- Install the dependencies:
npm install
- Start the server:
npm run dev
- Open the application in your browser:
http://localhost:3000
As a demo project, the application isn't fully featured. It's also hardwired to use a SQLite database.
This project is a work in progress and is not yet complete. The application is not fully functional and may contain bugs. The race data was generated by AI; any resemblance to actual races is purely coincidental.