CRUD Fullstack application | Nextjs | Mongodb Compas | How to make a NextJS crud app



CRUD Fullstack application | Nextjs | Mongodb Compas | How to make a NextJS crud app

CRUD Fullstack application | Nextjs | Mongodb Compas | How to make a NextJS crud app

#nextjs #learningnextjs #fullstack #mongodb #nextjsmongodb

0:00 – Intro
1:09 – Nextjs Setup
2:58 – Navbar Setup
4:28 – Notes Page
6:45 – Create Note Page
10:32 – Mongodb Compass Setup
12:11 – Create Note
18:50 – Display Notes
23:50 – Update Notes | Delete Notes front end
34:01 – Update Notes API
37:56 – Delete Notes API
41:02 – Outro

todays video I built a simple fullstack crud application using nextjs, mongodb, mongoose, axios to get the data from the front end. Styling is with css as well. I used the local mongodb in this one but can do the atlas as well. 

SOURCE CODE: https://github.com/thejayadad/crud_next_mngo/blob/main/crud/src/pages/index.js

NEXTJS:
nextjs:https://nextjs.org/learn/basics/create-nextjs-app

MONGODB:
https://www.mongodb.com/docs/manual/core/document/