{"id":24514708,"url":"https://github.com/vovoka-path/todo-app-api","last_synced_at":"2026-04-11T19:33:02.731Z","repository":{"id":65637134,"uuid":"596278610","full_name":"vovoka-path/todo-app-api","owner":"vovoka-path","description":"API for '/todo-app' (see my github). Use Node, Express, MySQL, Sequelize.","archived":false,"fork":false,"pushed_at":"2023-02-13T10:24:27.000Z","size":43,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T01:14:12.172Z","etag":null,"topics":["bcrypt","express","jsonwebtoken","mysql2","node","nodejs"],"latest_commit_sha":null,"homepage":"https://todo-app-api-production.up.railway.app/","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/vovoka-path.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}},"created_at":"2023-02-01T20:56:45.000Z","updated_at":"2025-01-14T14:56:18.000Z","dependencies_parsed_at":"2023-02-17T12:45:19.810Z","dependency_job_id":null,"html_url":"https://github.com/vovoka-path/todo-app-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovoka-path%2Ftodo-app-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovoka-path%2Ftodo-app-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovoka-path%2Ftodo-app-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vovoka-path%2Ftodo-app-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vovoka-path","download_url":"https://codeload.github.com/vovoka-path/todo-app-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243715786,"owners_count":20336020,"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":["bcrypt","express","jsonwebtoken","mysql2","node","nodejs"],"created_at":"2025-01-22T01:14:14.844Z","updated_at":"2025-12-30T22:42:04.484Z","avatar_url":"https://github.com/vovoka-path.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# todo-app-api\nCreated for BeeGee.\n\n##### [Source code](https://github.com/vovoka-path/todo-app-api) | [Deploy](https://todo-app-api-production.up.railway.app/)\n\n### Stack\n\n- Node.js\n- Express\n- MySQL\n- Sequelize\n- jsonwebtoken\n- bcrypt\n\n### Frontend (Todo app) for this API\n\n- [Source code](https://github.com/vovoka-path/todo-app)\n- [Deploy](https://todo-app-beegee.vercel.app)\n\n### REST endpoints\n\n#### Todos\n###### Get all:  `GET` `/api/todos`\n###### Get by id: `GET` `/api/todos/:id`\n###### Create: `POST` `/api/todos` \nBody: { userName, email, title, isDone, isEdited }\n###### Update: `PUT` `/api/todos/:id`\nBody: { id, title, isDone, isEdited }\n###### Delete: `DELETE` `/api/todos/:id`\n\n#### Users\n###### Sign up: `POST` `/api/users/signup`\nBody: { login, password }\n###### Sign in: `POST` `/api/users/signin`\nBody: { login, password }\n###### Sign out: `POST` `/api/users/signout`\n###### Check authorization: `POST` `/api/users/checkauth`\n###### Refresh tokens/authorization: `GET` `/api/users/refresh`\n\n### Install\n\n###### `npm i`\n\n### Available Scripts\n\n###### `npm run develop`\n\nYou will also see logs in the console.\n\n## Enviroment variables\n\n`CLIENT_URL=\"https://todo-app-api-production.up.railway.app/\"`\n`PORT=8080`\n`DATABASE_NAME=\"DB name\"`\n`DATABASE_HOST=\"DB host\"`\n`DATABASE_USERNAME=\"DB username\"`\n`DATABASE_PASSWORD=\"DB password\"`\n`DATABASE_DIALECT=\"mysql\"`\n`SALT_ROUNDS=5`\n`ACCESS_SECRET_KEY=\"some-words\"`\n`REFRESH_SECRET_KEY=\"some-another-words\"`\n\n### Developer\n\n[Vladimir Polansky](https://vovoka.space)\n\n### Contact me:\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/areawed\"\u003e\n    \u003cimg alt=\"LinkedIn\" src=\"https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge\u0026color=f0f6fc\u0026logo=linkedin\u0026logoColor=0A66C2\" height=\"32\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://t.me/vovoka\"\u003e\n    \u003cimg alt=\"Telegram\" src=\"https://img.shields.io/badge/Telegram-blue?style=for-the-badge\u0026color=f0f6fc\u0026logo=telegram\u0026logoColor=26A5E4\u0026s\" height=\"32\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://discordapp.com/users/919948615399665675/\"\u003e\n    \u003cimg alt=\"Discord\" src=\"https://img.shields.io/badge/Discord-blue?style=for-the-badge\u0026color=f0f6fc\u0026logo=discord\u0026logoColor=5865F2\" height=\"32\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/HocWmVhqQoDVK9m\"\u003e\n    \u003cimg alt=\"Twitter\" src=\"https://img.shields.io/badge/Twitter-blue?style=for-the-badge\u0026color=f0f6fc\u0026logo=twitter\u0026logoColor=1DA1F2\" height=\"32\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"mailto:vovoka.path@gmail.com\"\u003e\n    \u003cimg alt=\"Gmail\" src=\"https://img.shields.io/badge/Gmail-blue?style=for-the-badge\u0026color=f0f6fc\u0026logo=gmail\u0026logoColor=EA4335\" height=\"32\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvovoka-path%2Ftodo-app-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvovoka-path%2Ftodo-app-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvovoka-path%2Ftodo-app-api/lists"}