Skip to content

Commit c5de2ab

Browse files
committed
nextjs prisma in progress
1 parent 8087fee commit c5de2ab

File tree

1 file changed

+12
-4
lines changed
  • src/content/project/2022/07-17-nextjs-prisma-boilerplate

1 file changed

+12
-4
lines changed

src/content/project/2022/07-17-nextjs-prisma-boilerplate/index.mdx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,31 @@ Full stack boilerplate with Next.js and Prisma.
2121

2222
## Goal
2323

24-
Build a custom blog script for my personal coding blog.
24+
Make a solid foundation for a modern full stack Next.js server side rendered app. Get practical experience configuring everything from scratch, especially testing and automation.
2525

2626
## Tech stack
2727

28-
- Browser extension, React, RadixUI, Typescript
28+
- Next.js, Prisma, Next-auth, PostgreSQL, Typescript, TailwindCSS
29+
- React Query, React Hook Form, Zod
30+
- Jest, Testing Library React, Cypress, msw
31+
- Docker, Github Actions, Traefik
2932

3033
## Features
3134

32-
- Static Astro website
35+
- Comprehensive full stack Next.js app boilerplate project
36+
- Frontend and backend unit and integration tests
37+
- End to end tests with Cypress
38+
- Development, production and testing environments with Docker
39+
- Deployment with Github Actions and Traefik
3340

3441
## Implementation details
3542

3643
You can find more implementation details in the <Link href="https://github.com/nemanjam/nextjs-prisma-boilerplate#documentation-1" variant="markdown" target="_blank" title="Documentation">Documentation</Link> section on Github.
3744

3845
## Lessons learned
3946

40-
- Currently Astro is the best framework for building static websites.
47+
- A thorough research is essential for building successful projects.
48+
- Be careful with using the latest versions of frameworks and libraries while they are still not battle tested and documented.
4149

4250
## Links
4351

0 commit comments

Comments
 (0)