Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aadewunmi/todo-app-backend
A Todo List Application (Backend) || Tech Stack: MongoDB, React, Express, Node (MERN)
https://github.com/aadewunmi/todo-app-backend
backend backend-api expressjs mern-stack mongodb mongoose nodejs react reactjs rest restful restful-api todo-list-app todo-list-app-react
Last synced: about 1 month ago
JSON representation
A Todo List Application (Backend) || Tech Stack: MongoDB, React, Express, Node (MERN)
- Host: GitHub
- URL: https://github.com/aadewunmi/todo-app-backend
- Owner: AAdewunmi
- Created: 2023-10-11T06:58:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-21T11:11:31.000Z (3 months ago)
- Last Synced: 2024-10-21T16:17:05.130Z (3 months ago)
- Topics: backend, backend-api, expressjs, mern-stack, mongodb, mongoose, nodejs, react, reactjs, rest, restful, restful-api, todo-list-app, todo-list-app-react
- Language: JavaScript
- Homepage: https://www.udemy.com/course/build-to-do-list-app-with-node-express-react-mongodb/
- Size: 154 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title:
Todo List Application
## 1. Project Description:
Program a todo list application, with the following functionality:
- Add item
- Edit item
- Delete item## 2. Tech Stack / Dependencies:
- MongoDB
- Express
- React
- Node
- Mongoose / Axion
* Postman used for testing URI end points## 3. Installation:
This project has been divided into 2 parts i.e. frontend and backend development.
To install:
i. Clone the following git repo(s)
```
https://github.com/AAdewunmi/todo-app-frontend.githttps://github.com/AAdewunmi/todo-app-backend.git
```
## 4. How To Use:
1. Create todoList database in MongoDB
2. Run the following from your command prompt, to start frontend, backend and mongodb servers:
- /frontend> npm start
- /backend> node index.js
- brew services start mongodb-community
## 5. Demo:
## 6. Contributing:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
## 7. Adapted from:
UDEMY Course Name: Build a To-Do List App with Node, Express, React and MongoDB
Created by: Moath M.
Last updated: 09/2021
URL: https://www.udemy.com/course/java-servlet-jsp-and-hibernate-build-a-complete-website/