{"id":22369225,"url":"https://github.com/thomas465xd/uptask_backend","last_synced_at":"2026-04-11T01:03:34.394Z","repository":{"id":263512153,"uuid":"889936951","full_name":"Thomas465xd/uptask_backend","owner":"Thomas465xd","description":"UpTask Project Backend made using MongoDB, Express and Node  ","archived":false,"fork":false,"pushed_at":"2025-01-21T19:03:31.000Z","size":192,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T19:13:38.363Z","etag":null,"topics":["api","endpoint-engineering","express","mongodb","mongoose","mvc","mvc-architecture","node","postman","rest-api","routing","ts","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Thomas465xd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-11-17T16:09:29.000Z","updated_at":"2025-01-21T19:03:34.000Z","dependencies_parsed_at":"2024-11-19T00:33:20.430Z","dependency_job_id":"1a85a65c-9ccb-4e62-bcc1-1c910db27b8c","html_url":"https://github.com/Thomas465xd/uptask_backend","commit_stats":null,"previous_names":["thomas465xd/uptask_backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomas465xd%2Fuptask_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomas465xd%2Fuptask_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomas465xd%2Fuptask_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomas465xd%2Fuptask_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Thomas465xd","download_url":"https://codeload.github.com/Thomas465xd/uptask_backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245689474,"owners_count":20656418,"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":["api","endpoint-engineering","express","mongodb","mongoose","mvc","mvc-architecture","node","postman","rest-api","routing","ts","typescript"],"created_at":"2024-12-04T19:18:30.117Z","updated_at":"2026-04-11T01:03:34.345Z","avatar_url":"https://github.com/Thomas465xd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Uptask Backend 📲\n\nA robust RESTful API built with **Node.js**, **Express**, **TypeScript**, and **MongoDB** for managing projects and tasks in a to-do list application. This backend supports CRUD operations for projects and tasks, along with user authentication and two-factor authentication using JWT.  \n\n⚠️ **Note:** This project is under active development and subject to changes as features are refined and added.  \n\n---\n \n## Features 🚨\n\n- **CRUD Operations**:  \n  - Create, retrieve, update, and delete projects.  \n  - Add, retrieve, update, and delete tasks within a project.  \n\n- **User Authentication**:  \n  - Secure user registration and login.  \n  - Two-Factor Authentication (2FA) implemented using **JSON Web Tokens (JWT)**.  \n\n- **TypeScript-Powered**:  \n  - Strongly typed codebase for maintainability and scalability.  \n\n---\n\n## Installation ⬇️\n\n1. Clone this repository:  \n   ```bash\n   git clone https://github.com/yourusername/uptask-backend.git\n   cd uptask-backend\n   ```\n2. Install Dependencies:\n  ```bash\n  npm install\n  ```\n3. Set up environment variables:\n  Create a .env file in the root directory with the following:\n  ```env\n  Coming later...\n  ```\n4. Start the development server:\n   ```bash\n   npm run dev\n   ```\n--- \n\n# API Endpoints\n\n## Projects\n\n- `POST /api/projects` – Create a new project.\n- `GET /api/projects` – Get all projects.\n- `GET /api/projects/:id` – Get a specific project by ID.\n- `PUT /api/projects/:id` – Update a project by ID.\n- `DELETE /api/projects/:id` – Delete a project by ID.\n\n## Tasks ✅\n\n- POST /api/projects/:projectId/tasks – Add a new task to a project.\n- GET /api/projects/:projectId/tasks – Get all tasks in a project.\n- PUT /api/projects/:projectId/tasks/:taskId – Update a task in a project.\n- DELETE /api/projects/:projectId/tasks/:taskId – Delete a task from a project.\n\n## Authentication 👮\n- POST /api/auth/register – Register a new user.\n- POST /api/auth/login – User login with JWT-based authentication.\n- POST /api/auth/2fa – Verify two-factor authentication token.\n\n---\n\n## Technologies 🚀\n\n- Node.js – Server-side JavaScript runtime.\n- Express.js – Web framework for building RESTful APIs.\n- TypeScript – Type-safe JavaScript.\n- MongoDB – NoSQL database for managing data.\n- JWT – Secure authentication and two-factor authorization.\n\n---\n\n## Roadmap 🗺️\n\n## Current Features:\n- CRUD for projects and tasks. \n- Basic user authentication and JWT-based 2FA.\n\n## Planned Enhancements: \n- Advanced error handling.\n- Role-based access control (RBAC).\n- Unit and integration tests with Jest.\n- API documentation using Swagger or Postman.\n\n---\n\n## License 🪪\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.\n\n---\n\n**Made with ♥️ Thomas Schrödinger**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomas465xd%2Fuptask_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomas465xd%2Fuptask_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomas465xd%2Fuptask_backend/lists"}