{"id":25478370,"url":"https://github.com/andrew-a-a/todo","last_synced_at":"2026-04-27T00:31:56.892Z","repository":{"id":278172494,"uuid":"934750753","full_name":"Andrew-A-A/ToDo","owner":"Andrew-A-A","description":"A simple To-Do app built with SAP CAP (CDS) and SAPUI5, using OData V4 and SQLite for backend data management. The app allows users to create, check, and delete tasks with a clean UI. 🚀","archived":false,"fork":false,"pushed_at":"2025-02-18T10:57:46.000Z","size":184,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-18T04:12:35.850Z","etag":null,"topics":["cds","javascript","odatav4","sapui5","sqlite","todoapp"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Andrew-A-A.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,"zenodo":null}},"created_at":"2025-02-18T10:49:17.000Z","updated_at":"2025-02-18T11:00:10.000Z","dependencies_parsed_at":"2025-02-19T02:02:59.208Z","dependency_job_id":null,"html_url":"https://github.com/Andrew-A-A/ToDo","commit_stats":null,"previous_names":["andrew-a-a/todo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Andrew-A-A/ToDo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andrew-A-A%2FToDo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andrew-A-A%2FToDo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andrew-A-A%2FToDo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andrew-A-A%2FToDo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Andrew-A-A","download_url":"https://codeload.github.com/Andrew-A-A/ToDo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Andrew-A-A%2FToDo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262547135,"owners_count":23327112,"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":["cds","javascript","odatav4","sapui5","sqlite","todoapp"],"created_at":"2025-02-18T14:31:44.653Z","updated_at":"2026-04-27T00:31:56.885Z","avatar_url":"https://github.com/Andrew-A-A.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ToDo App\n\nA simple ToDo application implemented using **CAP (Cloud Application Programming Model) with CDS**, **OData V4**, and **SAPUI5**. This app allows users to create, check, and delete tasks, with tasks stored in an **SQLite database** on the server.\n\n## Features\n- Add new tasks\n- Mark tasks as completed\n- Delete tasks\n- Persist tasks in an SQLite database using CAP\n\n## Technologies Used\n- **CAP (Cloud Application Programming Model)** for backend\n- **CDS (Core Data Services)** to define entities and services\n- **OData V4** for data interaction\n- **SAPUI5** for frontend UI\n- **SQLite** as the database\n\n## Installation and Setup\n### Prerequisites\nEnsure you have the following installed:\n- [Node.js](https://nodejs.org/)\n- [CAP CLI](https://cap.cloud.sap/docs/get-started/) (`@sap/cds`)\n- [SQLite](https://www.sqlite.org/download.html)\n\n### Steps to Run the Project\n1. Clone the repository:\n   ```sh\n   git clone https://github.com/yourusername/todo-app.git\n   cd todo-app\n   ```\n\n2. Install dependencies:\n   ```sh\n   npm install\n   ```\n\n3. Run the CAP backend:\n   ```sh\n   cds run\n   ```\n\n4. Navigate to the `webapp` folder and start a local server for SAPUI5:\n   ```sh\n   cd app/todo/webapp\n   ui5 serve\n   ```\n\n5. Open the app in your browser:\n   ```sh\n   http://localhost:4004/webapp/index.html\n   ```\n\n## Project Structure\n```\n/todo\n│── app/             # SAPUI5 Frontend\n│   ├── webapp/\n│   │   ├── view/\n│   │   ├── controller/\n│   │   ├── model/\n│   │   ├── index.html\n│── srv/             # CAP Service Implementation\n│   ├── service.cds\n│── db/              # Database Schema\n│   ├── schema.cds\n│── package.json     # Dependencies and scripts\n│── README.md        # Project Documentation\n```\n\n## API Endpoints\n| Method | Endpoint    | Description         |\n|--------|------------|---------------------|\n| GET    | `/Task`    | Get all tasks       |\n| POST   | `/Task`    | Create a new task   |\n| DELETE | `/Task(ID)`| Delete a task       |\n\n## Screenshot\n![ToDo App UI](https://github.com/user-attachments/assets/7cc4fd55-c939-42b3-90f6-f5aa83c2b0b9)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrew-a-a%2Ftodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrew-a-a%2Ftodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrew-a-a%2Ftodo/lists"}