A supoer basic blog site with CRUD functions.
This is only practice project for learning prisma on NextJs13 app router as well as implementing APIs on app router.
- CRUD for post
- CRUD for tags
- CRUD for authors
- link tags to post to try prisma relations many to many(a bit tricky right now)
- maybe add a author to the post to try prisma relations one to many(done)