I have created this app to learn how to build simple CRUD full-stack app.
I have used:
and
for frontend and backend
to model data
for storing users and their todo lists in the Postgres database
for hosting
I used for this project just to play around, so to
install dependencies use:
bun install
Start a development server:
bun --bun run dev
Run prisma studio:
bunx prisma generate
bunx prisma studio
To create a production version of your app:
bun run build
You can preview the production build with bun run preview
.