Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arpit-shrivastva/todo-mern
The MERN stack (MongoDB, Express.js, React, and Node.js) is a powerful set of technologies used to build full-stack web applications. In a MERN Todo app, MongoDB serves as the NoSQL database to store todo items, providing flexible schema design and scalability.
https://github.com/arpit-shrivastva/todo-mern
api body-parser cors express mern-stack mongodb node react todo
Last synced: about 23 hours ago
JSON representation
The MERN stack (MongoDB, Express.js, React, and Node.js) is a powerful set of technologies used to build full-stack web applications. In a MERN Todo app, MongoDB serves as the NoSQL database to store todo items, providing flexible schema design and scalability.
- Host: GitHub
- URL: https://github.com/arpit-shrivastva/todo-mern
- Owner: Arpit-Shrivastva
- Created: 2024-06-29T05:49:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T05:52:01.000Z (5 months ago)
- Last Synced: 2024-06-29T06:42:42.272Z (5 months ago)
- Topics: api, body-parser, cors, express, mern-stack, mongodb, node, react, todo
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDO-Mern
The MERN stack (MongoDB, Express.js, React, and Node.js) is a powerful set of technologies used to build full-stack web applications. In a MERN Todo app, MongoDB serves as the NoSQL database to store todo items, providing flexible schema design and scalability. Express.js acts as the backend framework, facilitating API routes for CRUD (Create, Read, Update, Delete) operations. Node.js is the server environment that runs the backend, handling requests and responses efficiently. React is used for the frontend, offering a dynamic user interface to manage todos in real-time. This stack allows for seamless data flow and state management, creating a responsive and robust Todo application.