{"id":22432260,"url":"https://github.com/normalhuman01/movies-control-mysql","last_synced_at":"2026-04-27T23:38:47.011Z","repository":{"id":212582155,"uuid":"731850298","full_name":"normalhuman01/movies-control-mysql","owner":"normalhuman01","description":" a watched series control database with mysql","archived":false,"fork":false,"pushed_at":"2023-12-15T03:08:29.000Z","size":834,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T12:45:35.666Z","etag":null,"topics":["mysql","phpmyadmin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/normalhuman01.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-12-15T02:58:11.000Z","updated_at":"2023-12-15T03:09:52.000Z","dependencies_parsed_at":"2023-12-15T03:57:48.736Z","dependency_job_id":"12a6ed72-4c9e-4467-9a16-c97ba51727f5","html_url":"https://github.com/normalhuman01/movies-control-mysql","commit_stats":null,"previous_names":["normalhuman01/movies-control-mysql"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fmovies-control-mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fmovies-control-mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fmovies-control-mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/normalhuman01%2Fmovies-control-mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/normalhuman01","download_url":"https://codeload.github.com/normalhuman01/movies-control-mysql/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245806000,"owners_count":20675291,"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":["mysql","phpmyadmin"],"created_at":"2024-12-05T22:11:10.364Z","updated_at":"2026-04-27T23:38:41.986Z","avatar_url":"https://github.com/normalhuman01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ch1 align=\"center\"\u003eControl Movies\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003c/p\u003e\n\n[Back-end](http://localhost:5000/ \"Back-end\")\n\u003cbr /\u003e\n[Front-end](http://localhost:3000/ \"Front-end\")\n\n```sql\nCREATE TABLE movies(\n    id INT PRIMARY KEY AUTO_INCREMENT,\n    type INT NOT NULL,\n    name VARCHAR(30) NOT NULL,\n    total_ep INT,\n    atual_ep INT,\n    last_view DATE DEFAULT CURRENT_TIMESTAMP\n)\n```\n\n```sql\nINSERT INTO \n    movies(`id`, `type`, `name`, `total_ep`, `atual_ep`, `last_view`) \nVALUES \n    (1, 0, 'Friends', 10, 1, current_timestamp())\n```\n\n```sql\nINSERT INTO \n    movies(id, type, name, total_ep, last_view) \nVALUES \n    (2, 1, 'Avengers', NULL, current_timestamp())\n```\n\n```sql\nUPDATE \n    `movies` \nSET \n    `last_view` = '2021-11-07' \nWHERE\n    `movies`.`id` = 1;\n```\n\n```sql\nDELETE FROM\n    movies \nWHERE \n    id = 2\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormalhuman01%2Fmovies-control-mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnormalhuman01%2Fmovies-control-mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnormalhuman01%2Fmovies-control-mysql/lists"}