Skip to content

ColaIan/COMP4651-DTMS

Repository files navigation

COMP4651 Driving Training Management System

Developing

Once you've created a project and installed dependencies with bun install, start a development server:

bun prisma dev # Start prisma development database
bun prisma db push # (First time) Create tables

bun dev # Start development server

Optionally start Prisma Studio to view database data in your browser

bun prisma studio

SWA Test

bun run build && cd build/server && bun i && cd ../.. && bun swa start

Building

To create a production version of your app:

bun run build

You can preview the production build with bun run preview.

About

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •