Recently I've been studying Next.js and GraphQL with Node.js, and as usual I have built a project to put everything into practice. And for this project, I've built a Web App to explore and share Milkshake recipes, as we are always at home, let's cheer up with a nice cold drink 😋
On the Front-end, I used Server Side Rendering and Static Site Generation with Next.js, along with some other libraries like SWR to handle data fetching and to enable a great user experience out-of-the-box.
For the Back-end, I have a GraphQL API with Prisma ORM, running with a PostgreSQL database. I also used the TypeGraphQL framework, as I have Typescript in development mode.
Both repositories are available for any contribution, so send your pull request. I will sure review and merge it 😄
Thank you for your time.
Happy Coding!
Top comments (0)