Best of MongoDB — May 2024
- 1
- 2
- 3
freeCodeCamp·2y
Learn the Basics of Go by Building a Full Stack Web App with React and Go
Learn the fundamentals of Go and React while building a full stack web app with Create, Read, Update, and Delete (CRUD) functionality for todos. The course covers setting up a Go project, building APIs, handling server-side logic, using React and ChakraUI for the frontend, integrating MongoDB for data storage, and using TanStack Query for data fetching and caching in React applications.
- 4
Community Picks·2y
Building a Shopping Cart In Nodejs
This post provides a step-by-step guide on building an E-commerce platform with Node.js as the backend and different frontend technologies (Angular, React, Vue.js) for the frontend. It covers setting up the backend, installing necessary packages, setting up the server, creating MongoDB models and routes, testing the routes, and building cart features. The post also includes exercises to further enhance the application.