https://github.com/asbdaryaee/node.js-todolist
This is a simple to-do list application built with Node.js, Express and MongoDB. It provides an easy-to-use interface for users to manage their tasks and keep track of their progress.
https://github.com/asbdaryaee/node.js-todolist
express expressjs javascript mongodb nodejs to-do to-do-app to-do-list to-do-list-app
Last synced: 6 months ago
JSON representation
This is a simple to-do list application built with Node.js, Express and MongoDB. It provides an easy-to-use interface for users to manage their tasks and keep track of their progress.
- Host: GitHub
- URL: https://github.com/asbdaryaee/node.js-todolist
- Owner: AsbDaryaee
- License: apache-2.0
- Created: 2023-04-10T23:11:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T16:57:36.000Z (over 2 years ago)
- Last Synced: 2025-02-13T06:23:23.763Z (8 months ago)
- Topics: express, expressjs, javascript, mongodb, nodejs, to-do, to-do-app, to-do-list, to-do-list-app
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js To-Do List Application
This is a simple to-do list application built with Node.js, Express and MongoDB. It provides an easy-to-use interface for users to manage their tasks and keep track of their progress.
## Technologies
* Node.js - a popular JavaScript runtime environment
* Express - a fast and minimalist web framework for Node.js
* MongoDB - a powerful NoSQL database for storing and querying data
* EJS - an embedded JavaScript templating engine for generating dynamic HTML pages## Getting Started
To run the application locally, you will need to have Node.js and MongoDB installed on your machine. Then, follow these steps:
1. Clone this repository to your computer
2. Install dependencies using npm install
3. Connect the app to your database
4. Start the server with npm start
5. Open your web browser and go to http://localhost:3000## Contributing
Contributions are welcome! If you find a bug or have an idea for a new feature, please open an issue or submit a pull request.