{"id":13565677,"url":"https://github.com/iAkashPattnaik/NodeCheese","last_synced_at":"2025-04-03T23:30:28.146Z","repository":{"id":109945412,"uuid":"418489429","full_name":"iAkashPattnaik/NodeCheese","owner":"iAkashPattnaik","description":"Get access to other's cameras with a remote host service.","archived":false,"fork":false,"pushed_at":"2021-11-05T15:27:01.000Z","size":59,"stargazers_count":12,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T21:11:55.519Z","etag":null,"topics":["hacking","hacktoberfest","nodejs"],"latest_commit_sha":null,"homepage":"https://node-cheese.herokuapp.com/","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/iAkashPattnaik.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}},"created_at":"2021-10-18T12:23:20.000Z","updated_at":"2024-01-30T10:41:32.000Z","dependencies_parsed_at":"2024-01-19T06:43:48.440Z","dependency_job_id":"b0f78e30-17ce-4a27-9dff-749583d7d41e","html_url":"https://github.com/iAkashPattnaik/NodeCheese","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/iAkashPattnaik%2FNodeCheese","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iAkashPattnaik%2FNodeCheese/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iAkashPattnaik%2FNodeCheese/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iAkashPattnaik%2FNodeCheese/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iAkashPattnaik","download_url":"https://codeload.github.com/iAkashPattnaik/NodeCheese/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247097551,"owners_count":20883121,"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":["hacking","hacktoberfest","nodejs"],"created_at":"2024-08-01T13:01:52.786Z","updated_at":"2025-04-03T23:30:27.468Z","avatar_url":"https://github.com/iAkashPattnaik.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# \u003ch1 align=\"center\"\u003e🚀NodeCheese🧀\u003c/h1\u003e\n# \u003cp align=\"center\"\u003e\u003ca href=\"https://github.com/BLUE-DEVIL1134/NodeCheese\"\u003e\u003cimg src=\"https://github-readme-stats.vercel.app/api/pin?username=BLUE-DEVIL1134\u0026show_icons=true\u0026theme=dracula\u0026hide_border=true\u0026repo=NodeCheese\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/BLUE-DEVIL1134/NodeCheese\"\u003e\u003cimg src=\"https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FBLUE-DEVIL1134%2FNodeCheese%2F\u0026count_bg=%232100FF\u0026title_bg=%2300BBFF\u0026icon=github.svg\u0026icon_color=%23000000\u0026title=Views\u0026edge_flat=false\" /\u003e\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/badge/Version-1.0.0-blueviolet?\u0026logo=github\u0026style=flat\" /\u003e\n\u003c/p\u003e\n\n# Setup\nFirst, we will setup the `Required Stuff`.\n\n\u003ckbd\u003eStep 1\u003c/kbd\u003e • Goto [`This Link`](https://elephantsql.com/) and get a free PostgreSQL database.\n\n\u003ckbd\u003eStep 2\u003c/kbd\u003e • Add that database connection url to the OS env with the key \"`databaseUrl`\".\n\n\n# 🚀Deploy\nFor Deploying the application, there are these following options available...\n\n• [`Local server`](#local-server)\u003cbr\u003e\n• [`Heroku`](#heroku)\n\n\n# \u003cimg height=\"32px\" src=\"https://user-images.githubusercontent.com/593151/82310296-7c85ba80-99c4-11ea-88c2-8e6452885e6a.png\" /\u003eLocal Server\nTo start the application locally, you can use the following command...\n\n• Set The [Environmental Variables](#environmental-variables)\u003cbr\u003e\n\u003eSet them either via editing the source or in your `OS` Env.\n```bash\n$ yarn install\n$ yarn start\n```\n• Star the repository if you like it\n\n# \u003cimg height=\"32px\" src=\"https://www.herokucdn.com/favicon.ico\" /\u003eHeroku\nTo deploy the application on Heroku, you can do the following...\n\n• Fork this repository\u003cbr\u003e\n• Create a new application on Heroku\u003cbr\u003e\n• Connect your github account to Heroku\u003cbr\u003e\n• Add the forked repository as a remote\u003cbr\u003e\n• Set branch to `main`\u003cbr\u003e\n• Set The [Environmental Variables](#environmental-variables)\u003cbr\u003e\n• Deploy The Application\u003cbr\u003e\n• Star the repository if you like it\n\n# Environmental Variables\nThe following environmental variables are required to deploy the application...\n\n• `databaseUrl` PostgreSQL database connection url\u003cbr\u003e\n\n# Credits\n• [`Akash`](https://github.com/BLUE-DEVIL1134) The whole project was built by him.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiAkashPattnaik%2FNodeCheese","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FiAkashPattnaik%2FNodeCheese","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FiAkashPattnaik%2FNodeCheese/lists"}