Skip to content

RupeshSahu969/Todo_CRUD_MERN_Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Todo_CRUD_MERN_Stack

Todo CRUD Mini Application

Live

https://6475bf4be519214a7a996b17--lovely-macaron-60e1e2.netlify.app/
1. npx create-recat-app todo
2. install all pakage
3. Backend
1 npm init -y
2 install Express
3 install nodemon
4 install cors
5 install all pakage
4. using create,post ,apdate,delete
5. npm install axios
6. using axios CRUD opration

2023-05-30


2023-05-30 (1)