Skip to content

Full stack application template using Pocketbase and NextJS

Notifications You must be signed in to change notification settings

acortiv/pb-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Clone the repository

To clone the repository, open your terminal and run the following command:

git clone https://github.com/acortiv/pb-template

Start PocketBase

To start PocketBase cd into the pb directory and run:

task start

Start the NextJS client

To start the NextJS client cd into the client directory and run:

npm run dev

Deployment tips

For deployment, use fly.io for PocketBase and Vercel for NextJS. Ensure persistent data management by mounting the pb_data to a volume on fly.io, configured in fly.toml:

[mount]
  source = "pb_data"
  destination = "/path/on/container"

About

Full stack application template using Pocketbase and NextJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published