How to make a FULLSTACK CRUD application on MERN stack
StepByStep.dev
Today we make a note taking app using MongoDB ExpressJS ReactJS NodeJS (MERN) stack.
On the frontend we'll use: React, React-router-dom for navigation, React-hook-form to handle forms and Bootstrap for styles.
On the backend we'll use: ExpressJS, Mongoose to work with mongodb.
š¦ Twitter: https://twitter.com/ivanov_dev I write about React and TypeScript there
Code: https://github.com/satansdeer/mern-crud
Curl commands to test the backend:
- curl -H "Content-Type: application/json" --request POST -d '{"text":"test"}' http://localhost:4000/create
- curl http://localhost:4000/
Where to find me: Discord: https://discord.gg/KPh8Vvb ... https://www.youtube.com/watch?v=bRRA-SrNyxg
2022-03-18
0.0 LBC
Copyrighted (contact publisher)
153635774 Bytes