{"id":23280331,"url":"https://github.com/vinod-mane3021/todo_app","last_synced_at":"2026-04-10T04:38:46.793Z","repository":{"id":209917613,"uuid":"725238483","full_name":"Vinod-Mane3021/todo_app","owner":"Vinod-Mane3021","description":"The backend of the todo_app is built using Node.js and Express.js, with MongoDB as the database, enabling individual user task management through CRUD operations. It incorporates user authentication for personalized task tracking.","archived":false,"fork":false,"pushed_at":"2023-12-02T04:50:02.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T19:45:46.771Z","etag":null,"topics":["expressjs","mongodb","mongoose","nodejs","typrescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Vinod-Mane3021.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-29T18:16:23.000Z","updated_at":"2023-11-29T19:54:25.000Z","dependencies_parsed_at":"2023-12-02T03:23:41.182Z","dependency_job_id":"a7f303ab-4db3-43d1-9bc1-0422802b937c","html_url":"https://github.com/Vinod-Mane3021/todo_app","commit_stats":null,"previous_names":["vinod-mane3021/todo_app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinod-Mane3021%2Ftodo_app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinod-Mane3021%2Ftodo_app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinod-Mane3021%2Ftodo_app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vinod-Mane3021%2Ftodo_app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vinod-Mane3021","download_url":"https://codeload.github.com/Vinod-Mane3021/todo_app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247488315,"owners_count":20946922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expressjs","mongodb","mongoose","nodejs","typrescript"],"created_at":"2024-12-19T23:32:22.438Z","updated_at":"2025-12-30T19:13:40.410Z","avatar_url":"https://github.com/Vinod-Mane3021.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ToDo App - Backend\n\nThe backend of the todo_app is built using Node.js and Express.js, with MongoDB as the database, enabling individual user task management through CRUD operations. It incorporates user authentication for personalized task tracking.\n\n## Features\n\n- **CRUD Operations**: Perform Create, Read, Update, and Delete operations on tasks.\n- **User Authentication**: Enable personalized task management by implementing user registration, login, and logout functionalities.\n- **MongoDB Database**: Utilize MongoDB for storing task data, providing flexibility and scalability.\n- **Deployment**: Deploy the backend on platforms like Heroku for easy accessibility.\n\n## Setup\n\n1. **Clone the Repository:**\n```bash\n$ git clone https://github.com/Vinod-Mane3021/todo_app.git\n$ cd todo_app\n ```\n\n2. **Install Dependencies:**\n```bash\n$ npm install\n```\n\n3. **Environment Variables:**\n```bash\n# Port on which the server will run\nPORT=3000\n# Url for connecting to the MongoDB database\nMONGODB_URL=your-mongodb-url\n# cors specifies who can access the resources on your server\nCORS_ORIGIN=*   # Allow requests from any origin\n```\n4. Start the app\n```bash\nnpm start\n```\n\n## Available commands\n\nRunning commands with npm `npm run [command]`\n\n| command         | description                              |\n| :-------------- | :--------------------------------------- |\n| `start`         | Starts a development instance of the app |\n\n\n\n## Tech stack\n\n- [Node.js](https://nodejs.org/en) – JavaScript runtime for server-side development.\n\n- [Express.js](https://expressjs.com/) – Web application framework for Node.js.\n\n- [MongoDB](https://www.mongodb.com/) – NoSQL database for storing task data.\n\n- [Mongoose](https://mongoosejs.com/) – ODM (Object Data Modeling) library for MongoDB and Node.js.\n\n- [Typescript](https://www.typescriptlang.org/) – Adds static types to improved code clarity.\n\n\n## Project Folder Structure\n\n\n```bash\ntodo-app-backend/\n│\n├── src/\n│   ├── config/            # Configuration files (e.g., database connection)\n│   ├── controllers/       # Request handlers for each route\n│   ├── middlewares/       # Custom middleware functions\n│   ├── models/            # Mongoose models for data structures\n│   ├── routes/            # Express.js route definitions\n│   ├── services/          # Business logic or services\n│   ├── utils/             # Utility or helper functions\n│   └── constants/         # Constant values\n│\n├── app.js                 # Express.js application setup\n├── index.js               # Entry point for the server\n├── .env                   # Environment variables file\n├── .gitignore             # Git ignore file\n├── package.json           # Node.js package configuration\n├── tsconfig.json          # TypeScript configuration file\n└── README.md              # Readme file\n\n```\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinod-mane3021%2Ftodo_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvinod-mane3021%2Ftodo_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvinod-mane3021%2Ftodo_app/lists"}