You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/project/2022/07-17-nextjs-prisma-boilerplate/index.mdx
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,23 +21,31 @@ Full stack boilerplate with Next.js and Prisma.
21
21
22
22
## Goal
23
23
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.
- 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
33
40
34
41
## Implementation details
35
42
36
43
You can find more implementation details in the <Linkhref="https://github.com/nemanjam/nextjs-prisma-boilerplate#documentation-1"variant="markdown"target="_blank"title="Documentation">Documentation</Link> section on Github.
37
44
38
45
## Lessons learned
39
46
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.
0 commit comments