{"id":26584303,"url":"https://github.com/taronvardanyan/vidly","last_synced_at":"2025-08-10T08:38:19.194Z","repository":{"id":44811799,"uuid":"504097698","full_name":"TaronVardanyan/Vidly","owner":"TaronVardanyan","description":"Video renting application for beginners in node.js","archived":false,"fork":false,"pushed_at":"2024-06-02T17:01:30.000Z","size":39,"stargazers_count":17,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-04T13:58:06.037Z","etag":null,"topics":["expressjs","jwt","mongodb","mongoose","nodejs"],"latest_commit_sha":null,"homepage":"","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/TaronVardanyan.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}},"created_at":"2022-06-16T09:43:48.000Z","updated_at":"2025-01-09T19:42:21.000Z","dependencies_parsed_at":"2025-03-23T09:46:33.341Z","dependency_job_id":null,"html_url":"https://github.com/TaronVardanyan/Vidly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TaronVardanyan/Vidly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaronVardanyan%2FVidly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaronVardanyan%2FVidly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaronVardanyan%2FVidly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaronVardanyan%2FVidly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TaronVardanyan","download_url":"https://codeload.github.com/TaronVardanyan/Vidly/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TaronVardanyan%2FVidly/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269698023,"owners_count":24461189,"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-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["expressjs","jwt","mongodb","mongoose","nodejs"],"created_at":"2025-03-23T09:33:37.616Z","updated_at":"2025-08-10T08:38:19.170Z","avatar_url":"https://github.com/TaronVardanyan.png","language":"JavaScript","readme":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n  \u003ch1\u003eVidly\u003c/h1\u003e\n\n  \u003cp\u003eVidly is an Express application for managing a video rental service. It includes functionalities such as user authentication, video rental management, and more.\u003c/p\u003e\n\n  \u003ch2\u003eFeatures\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003cstrong\u003eUser Authentication\u003c/strong\u003e: Secure authentication using JSON Web Tokens and bcrypt for password hashing.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eData Validation\u003c/strong\u003e: Validate data using Joi.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eDatabase\u003c/strong\u003e: Use MongoDB and Mongoose for data storage and manipulation.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eSecurity\u003c/strong\u003e: Enhance security with Helmet.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eLogging\u003c/strong\u003e: Log requests and errors using Morgan and debug.\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eViews\u003c/strong\u003e: Render views using Pug template engine.\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003eGetting Started\u003c/h2\u003e\n  \u003col\u003e\n    \u003cli\u003e\u003cstrong\u003eInstallation\u003c/strong\u003e: Clone the repository and install dependencies.\u003c/li\u003e\n    \u003cpre\u003e\u003ccode\u003egit clone https://github.com/TaronVardanyan/vidly.git\ncd vidly\nbun install\n\u003c/code\u003e\u003c/pre\u003e\n    \u003cli\u003e\u003cstrong\u003eEnvironment Variables\u003c/strong\u003e: Set up environment variables. Create a \u003ccode\u003e.env\u003c/code\u003e file in the root directory and add the necessary configurations (e.g., database URL, JWT secret).\u003c/li\u003e\n    \u003cli\u003e\u003cstrong\u003eDevelopment\u003c/strong\u003e: Start the development server.\u003c/li\u003e\n    \u003cpre\u003e\u003ccode\u003ebun dev\n\u003c/code\u003e\u003c/pre\u003e\n  \u003c/ol\u003e\n\n  \u003ch2\u003eDependencies\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ccode\u003ebcrypt\u003c/code\u003e: Password hashing.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003econfig\u003c/code\u003e: Application configuration.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003edebug\u003c/code\u003e: Debugging utility.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003eexpress\u003c/code\u003e: Web framework for Node.js.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003efawn\u003c/code\u003e: Transactions in MongoDB.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003ehelmet\u003c/code\u003e: Security middleware.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003ejoi\u003c/code\u003e: Data validation library.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003ejsonwebtoken\u003c/code\u003e: JSON Web Token implementation.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003emongodb\u003c/code\u003e: MongoDB driver for Node.js.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003emongoose\u003c/code\u003e: MongoDB object modeling tool.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003emorgan\u003c/code\u003e: HTTP request logger middleware.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003enodemon\u003c/code\u003e: Utility that monitors for changes and automatically restarts the server.\u003c/li\u003e\n    \u003cli\u003e\u003ccode\u003epug\u003c/code\u003e: Template engine.\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003eScripts\u003c/h2\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ccode\u003etest\u003c/code\u003e: Placeholder for running tests (currently not specified).\u003c/li\u003e\n  \u003c/ul\u003e\n\n  \u003ch2\u003eContributing\u003c/h2\u003e\n  \u003cp\u003eWe welcome contributions to Vidly! To contribute:\u003c/p\u003e\n  \u003col\u003e\n    \u003cli\u003eFork the repository.\u003c/li\u003e\n    \u003cli\u003eCreate a new branch (\u003ccode\u003egit checkout -b feature/my-feature\u003c/code\u003e).\u003c/li\u003e\n    \u003cli\u003eCommit your changes (\u003ccode\u003egit commit -am 'Add new feature'\u003c/code\u003e).\u003c/li\u003e\n    \u003cli\u003ePush to the branch (\u003ccode\u003egit push origin feature/my-feature\u003c/code\u003e).\u003c/li\u003e\n    \u003cli\u003eCreate a new Pull Request.\u003c/li\u003e\n  \u003c/ol\u003e\n\n  \u003ch2\u003eLicense\u003c/h2\u003e\n  \u003cp\u003eThis project is licensed under the \u003ca href=\"LICENSE\"\u003eISC License\u003c/a\u003e.\u003c/p\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaronvardanyan%2Fvidly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaronvardanyan%2Fvidly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaronvardanyan%2Fvidly/lists"}