Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 573 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 573 Bytes

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Run the following commands

npm install or pnpm install
# Set the environment variable
Set the .env by using the .env.example
# Run the development server
npm run dev or pnpm run dev
# Access it via web
Access it by http://localhost:3000 
# Access local database
npm run db:studio 

Folders:

  • API model: lib > actions
  • API integration: src > app
  • UI: src > app > components