Simple boilerplate that I use for my own projects.
Note: This boilerplate in its current state is pretty barebones, user authentication and authorization would be nice to add to this boilerplate. Feel free to contribute to this project.
Currently working on:
To get started, run the folling commands:
npm install
npx prisma init
Set the database type in prisma/schema.prisma
Copy the .env.example
to .env
and set your DB configuration accordingly
run npx prisma db push
And you're ready to go 😎
Feel free to contribute to this project.