Skip to content

two4i6/CS4060-A1

Repository files navigation

structure

$ROOT
|
|--page # webpages and api route
|--prisma # Embedded SQLite database
|--public # static files
|--src # some ORM soruce file support read/write to database

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Deploy

npm build
# or
yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages