{"id":19721679,"url":"https://github.com/ismacortgtz/fasty-task-server","last_synced_at":"2026-04-11T17:45:45.908Z","repository":{"id":218824734,"uuid":"737431120","full_name":"IsmaCortGtz/fasty-task-server","owner":"IsmaCortGtz","description":"Backend API for fasty-task, an app to manage your schol life.","archived":false,"fork":false,"pushed_at":"2026-01-19T22:17:24.000Z","size":5337,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-20T05:31:09.326Z","etag":null,"topics":["api","back","expressjs","fasty-task","mongodb","nodejs","schedule","school","task-manager"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IsmaCortGtz.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":"2023-12-31T02:17:37.000Z","updated_at":"2026-01-19T22:17:22.000Z","dependencies_parsed_at":"2024-12-04T00:29:45.923Z","dependency_job_id":null,"html_url":"https://github.com/IsmaCortGtz/fasty-task-server","commit_stats":null,"previous_names":["ismacortgtz/fasty-task-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IsmaCortGtz/fasty-task-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsmaCortGtz%2Ffasty-task-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsmaCortGtz%2Ffasty-task-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsmaCortGtz%2Ffasty-task-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsmaCortGtz%2Ffasty-task-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IsmaCortGtz","download_url":"https://codeload.github.com/IsmaCortGtz/fasty-task-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IsmaCortGtz%2Ffasty-task-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31689762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","back","expressjs","fasty-task","mongodb","nodejs","schedule","school","task-manager"],"created_at":"2024-11-11T23:15:06.997Z","updated_at":"2026-04-11T17:45:45.877Z","avatar_url":"https://github.com/IsmaCortGtz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"./public/fasty-task-server.svg\" alt=\"Fasty-Task Server\" width=\"200\"\u003e\n  \u003cbr\u003e\n  Fasty-Task Server\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/standard/semistandard\"\u003e\u003cimg src=\"https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg\" alt=\"js-semistandard-style\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-GPLv3-blue.svg\" alt=\"License: GPL v3\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nThe backend for `fasty-task`, an app to manage your scholar life. This backend only deploys an `API`, you will need to connect it to a `MongoDB` database using environment vars and use a compatible client _(see my [official web one](https://github.com/IsmaCortGtz/))_.\n\n\u003e [!CAUTION]\n\u003e The current version is in dev and can break some features.\n\n\n### Table of Content\n\n- [Documentation](#documentation-)\n- [Requirements](#requirements-)\n- [Run Locally](#run-locally-%EF%B8%8F)\n- [License](#license-)\n\n\n## Documentation 📕\n\nYou can see the documentation [here](./docs/README.md).\n\n\n\n## Requirements 📋\n\n`fasty-task-server` need the following to run:\n- [Node.js](https://nodejs.org/) v18+ _(you can use [nvm](https://github.com/nvm-sh/nvm))_.\n- [npm](https://www.npmjs.com/package/npm) _(normally included with node.js)_.\n- MondoDB _(I recomend [MongoDB Atlas](https://www.mongodb.com/atlas/))_.\n\n\n\n## Run Locally 🛠️\n\n1. Clone the project\n\n```bash\n  git clone https://github.com/IsmaCortGtz/fasty-task-server.git\n```\n\n2. Go to the project directory\n\n```bash\n  cd fasty-task-server\n```\n\n3. Install dependencies\n\n```bash\n  npm install\n```\n\n4. Config `.env` file using this [guide](./docs/Environment%20Vars.md).\n\n5. Start the dev server\n\n```bash\n  npm run dev\n```\n\n\n\n## License 🚨\n\nThis proyect is under the [**GPL v3**](https://www.gnu.org/licenses/gpl-3.0) license.\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismacortgtz%2Ffasty-task-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fismacortgtz%2Ffasty-task-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fismacortgtz%2Ffasty-task-server/lists"}