Skip to content

kt006992/UWA-design-project

Repository files navigation

UWA Orthodontics App

Figma UI Design

Getting Started

  1. Install Node.js.
  2. Install the dependencies
    npm install
    
  3. Duplicate the .env.example file as .env and fill in the values.
  4. Run the development server:
    npm run dev
    
  5. Open http://localhost:3000 with your browser.

Querying the database

For more information on querying the database with Prisma, checkout Prisma Docs.

Prisma

Development

When you make changes to the database schema (/prisma/schema.prisma), you should sync the Prisma client with it. Run:

npx prisma db push

Migration

When you are happy with the schema and everything works, run:

npm run prisma:migrate

Studio

To view the data and play around with it, run:

npm run prisma:studio

Websocket

To start on ngrok, run:

ngrok http --url=strong-cute-platypus.ngrok-free.app 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published