{"id":18513412,"url":"https://github.com/zigamacele/kisetsu","last_synced_at":"2026-05-10T05:19:09.407Z","repository":{"id":181874615,"uuid":"661829817","full_name":"zigamacele/kisetsu","owner":"zigamacele","description":"Express API for tracking seasonal anime","archived":false,"fork":false,"pushed_at":"2023-07-18T15:29:52.000Z","size":62,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T12:21:15.661Z","etag":null,"topics":["anime","api","backend","express","mongodb","typescript"],"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/zigamacele.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":"2023-07-03T18:46:25.000Z","updated_at":"2023-07-17T21:12:25.000Z","dependencies_parsed_at":"2025-05-14T12:32:18.847Z","dependency_job_id":null,"html_url":"https://github.com/zigamacele/kisetsu","commit_stats":null,"previous_names":["zigamacele/kisetsu"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zigamacele/kisetsu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigamacele%2Fkisetsu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigamacele%2Fkisetsu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigamacele%2Fkisetsu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigamacele%2Fkisetsu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zigamacele","download_url":"https://codeload.github.com/zigamacele/kisetsu/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zigamacele%2Fkisetsu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266332556,"owners_count":23912662,"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","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["anime","api","backend","express","mongodb","typescript"],"created_at":"2024-11-06T15:38:04.794Z","updated_at":"2026-05-10T05:19:09.360Z","avatar_url":"https://github.com/zigamacele.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kisetsu\n\n\n\u003cimg src=\"https://i.imgur.com/4XJ1rH3.png\"\u003e\n\nKisetsu is an API designed for anime enthusiasts, allowing them to conveniently save and retrieve information about their favorite anime series. Whether you're an avid anime watcher or a casual viewer.\n\n## Manual Installation\n\nClone the repo:\n\n```bash\ngit clone https://github.com/zigamacele/kisetsu.git\ncd kisetsu\n```\n\nInstall the dependencies:\n\n```bash\nnpm install\n```\n\nSet the environment variables:\n\n```bash\ncp setup/.env.example .env\n# open .env and modify the environment variables\n```\n\n## Commands\n\nRunning in development:\n\n```bash\nnpm start\n# or\nnpm run dev\n```\n\nRunning tests:\n\n```bash\nnpm run test\n# or run separate files with\nnpm run test -- user.test.ts\n```\n\nRunning in production:\n\n```bash\n# build\nnpm run build\n# start\nnpm run prod\n```\n\n## Environment Variables\n\nThe environment variables can be found and modified in the `.env` file.\n\n```bash\n##Port\nPORT =\n\n#JWT Secret\nSECRET =\n\n#URL for Monogo DB\nDB_HOST =\n```\n\n### API Endpoints\n\nList of available routes:\n\n**Auth routes**:\\\n`POST api/register` - Register\\\n`POST api/login` - Login\n\n**Anime routes**:\\\n`POST api/anime/create` - Create new anime\\\n`PUT api/anime/update/:id` - Update global anime\\\n`DELETE api/anime/delete/:id` - Delete global anime\n\n**User routes**:\\\n`GET api/user/list` - Get users list\\\n`GET api/user/list/:id` - Get users anime\\\n`PUT api/user/list/:id` - Update users anime\\\n`DELETE api/user/list/:id` - Delete users anime\\\n`GET api/user/schedule` - Get users schedule\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigamacele%2Fkisetsu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzigamacele%2Fkisetsu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzigamacele%2Fkisetsu/lists"}