{"id":16600521,"url":"https://github.com/jescalada/instayum","last_synced_at":"2025-10-28T11:06:17.166Z","repository":{"id":170169909,"uuid":"646289523","full_name":"jescalada/instayum","owner":"jescalada","description":"Rediscover the joy of cooking.  Powered by Google Cloud, MongoDB Atlas, Vue and Nest.js.","archived":false,"fork":false,"pushed_at":"2023-07-09T21:55:41.000Z","size":11881,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T06:46:25.536Z","etag":null,"topics":["google-appengine","google-cloud","mongodb","mongodb-atlas","nestjs","vuejs","webspeech-api"],"latest_commit_sha":null,"homepage":"https://instayum.uw.r.appspot.com/","language":"Vue","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/jescalada.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-05-27T22:40:18.000Z","updated_at":"2023-11-23T05:28:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb20a903-d760-4761-b6ad-6234d9800822","html_url":"https://github.com/jescalada/instayum","commit_stats":null,"previous_names":["jescalada/instayum"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jescalada%2Finstayum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jescalada%2Finstayum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jescalada%2Finstayum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jescalada%2Finstayum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jescalada","download_url":"https://codeload.github.com/jescalada/instayum/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242582790,"owners_count":20153320,"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":["google-appengine","google-cloud","mongodb","mongodb-atlas","nestjs","vuejs","webspeech-api"],"created_at":"2024-10-12T00:14:50.274Z","updated_at":"2025-10-28T11:06:17.099Z","avatar_url":"https://github.com/jescalada.png","language":"Vue","readme":"# InstaYum!\r\n\u003cimg src=\"https://i.imgur.com/4cxYdeK.png\" width=\"400\"\u003e\r\n\r\n### Rediscover the joy of cooking.  \r\nPowered by Google Cloud, MongoDB Atlas, Vue and Nest.js.\r\n\r\n## Requirements\r\nTo launch the backend locally, an `.env` file with the following structure is required\r\n(in the backend directory) to launch the app:  \r\n```\r\nMONGODB_USER=\u003cyour-user-here\u003e\r\nMONGODB_PASSWORD=\u003cyour-password-here\u003e\r\nMONGODB_URI=\u003cyour-uri-here\u003e\r\nMONGODB_DBNAME=\u003cyour-db-name-here\u003e\r\nPORT=\u003cyour-port-here\u003e\r\n```\r\n\r\n## Launch the app locally\r\n1. Create an `.env` file in the backend directory, and fill it in with your MongoDB connection data and the port.  \r\n2. Open a terminal in the root directory and type:\r\n```\r\ncd instayum-front\r\nnpm i\r\nnpm run dev\r\n``` \r\n\r\n3. Open another terminal in the root directory:  \r\n```\r\ncd instayum-back\r\nnpm i\r\nnpm run start:dev\r\n```\r\n4. Finally, go to `http://localhost:3000/` in your browser.\r\n\r\n## Deploy the app\r\nIf you would like to deploy the app to Google Cloud:\r\n1. Add an `app.yaml` file in the backend directory with the following structure:\r\n```\r\nruntime: nodejs18\r\n\r\nenv_variables:\r\n  MONGODB_USER: '\u003cyour-mongodb-user\u003e'\r\n  MONGODB_PASSWORD: '\u003cyour-mongodb-password\u003e'\r\n  MONGODB_URI: '\u003cyour-mongodb-URI\u003e'\r\n  MONGODB_DBNAME: '\u003cyour-mongodb-name\u003e'\r\n\r\nservice: backend\r\nenv: standard\r\n```\r\n\r\n2. Add an `app.yaml` file in the frontend directory with the following structure:\r\n```\r\nruntime: nodejs18\r\nhandlers:\r\n  # Serve all static files with urls ending with a file extension\r\n  - url: /(.*\\..+)$\r\n    static_files: dist/\\1\r\n    upload: dist/(.*\\..+)$\r\n    # catch all handler to index.html\r\n  - url: /.*\r\n    static_files: dist/index.html\r\n    upload: dist/index.html\r\nenv_variables:\r\n  VITE_API_URL: \"\u003cyour-backend-API-url\u003e\"\r\n```\r\n\r\n3. Using the terminal/Google Cloud CLI:\r\n```\r\ngcloud app deploy instayum-back instayum-front\r\n```\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjescalada%2Finstayum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjescalada%2Finstayum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjescalada%2Finstayum/lists"}