This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
This project uses pocketbase for the back end.
Open http://localhost:3000 with your browser to see the result.
To start pocketbase :
# linux
./pocketbase serve
# windows
./poketbase.exe serve
Open the URL(s) displayed. There will be an adim interface route and an API route.