secondTest

This project was generated by a Second Bot. Go to www.second.dev to learn more.

Getting Started

  1. Install packages
npm install
  1. set up database
npx prisma generate
npx prisma migrate dev
  1. Run the development server
npm run dev
  1. Open http://localhost:3000 with your browser.