{"id":32999739,"url":"https://github.com/Shahzayb/freemage","last_synced_at":"2025-11-23T00:02:23.925Z","repository":{"id":50454505,"uuid":"202237598","full_name":"Shahzayb/freemage","owner":"Shahzayb","description":"It's an online photo sharing website","archived":false,"fork":false,"pushed_at":"2021-05-11T06:57:48.000Z","size":5385,"stargazers_count":5,"open_issues_count":10,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-06T03:44:17.811Z","etag":null,"topics":["expressjs","free-images","freemage","image-gallery","image-gallery-react","mern","mongodb","mongoose","node","nodejs","online-image-gallery","react","single-page-app","spa","unsplash","unsplash-clone"],"latest_commit_sha":null,"homepage":"https://freemage.herokuapp.com/","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/Shahzayb.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}},"created_at":"2019-08-13T23:26:47.000Z","updated_at":"2024-05-13T12:47:41.000Z","dependencies_parsed_at":"2022-09-24T08:40:31.727Z","dependency_job_id":null,"html_url":"https://github.com/Shahzayb/freemage","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Shahzayb/freemage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shahzayb%2Ffreemage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shahzayb%2Ffreemage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shahzayb%2Ffreemage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shahzayb%2Ffreemage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shahzayb","download_url":"https://codeload.github.com/Shahzayb/freemage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shahzayb%2Ffreemage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285879574,"owners_count":27247109,"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-11-22T02:00:05.934Z","response_time":64,"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","free-images","freemage","image-gallery","image-gallery-react","mern","mongodb","mongoose","node","nodejs","online-image-gallery","react","single-page-app","spa","unsplash","unsplash-clone"],"created_at":"2025-11-13T13:00:27.152Z","updated_at":"2025-11-23T00:02:23.914Z","avatar_url":"https://github.com/Shahzayb.png","language":"JavaScript","funding_links":[],"categories":["Tools"],"sub_categories":[],"readme":"\n# Freemage\n\nIt's an online photo sharing website in which users can like photos, delete their own photos, and upload photos.\n\n## Getting Started\n\nFollow these instructions to setup the project for development or production environment.\n\n### 3rd Party Services\nThis project uses these 3rd party services:\n- [Cloudinary](https://cloudinary.com/)\n- [Google Analytics](https://analytics.google.com/analytics/web/)\n- [Google OAuth](https://console.developers.google.com/)\n- [Google Account](https://account.google.com/)\n\nNote: You have to create account in these services to use this project. \n\nNote: I have a tutorial on [Google OAuth](https://github.com/Shahzayb/mern-google-login) \n\n### Installing\n\n1. Clone the project and install dependencies\n\n```\ngit clone https://github.com/Shahzayb/freemage.git\n```\n```\ncd freemage\n```\n```\nnpm install\n```\n```\ncd client \u0026\u0026 npm install\n```\n\n2. Create all third party services accounts mentioned above. I'm assuming you know about these services. If not, then there are many good tutorials on these services.\n\n3. inside `freemage/config` folder, create `dev.env` file. And in `freemage/client`, create `local.env` file.\n\n4. Here is the list of all env variables you have to provide.\n\n**inside dev.env:** \n\n`CLOUDINARY_CLOUD_NAME=value` \n\n`CLOUDINARY_API_KEY=value` \n\n`CLOUDINARY_API_SECRET=value` \n\n\n`CLIENT_ID=value` | a google oauth client id.\n`CLIENT_SECRET=value` | a google oauth lib client secret\n\n`DB_URL=value` | your database uri\n\n`JWT_SECRET=value` | a json web token secret\n\n\n**inside .env.local:**\n \n`REACT_APP_CLOUDINARY_API_KEY=value` \n\n`REACT_APP_CLOUDINARY_CLOUD_NAME=value` \n\n\n`REACT_APP_CLIENT_ID=value` | a google oauth client id\n\n**note:** please create separate project of google oauth for development or production\n\n`SKIP_PREFLIGHT_CHECK=true` | to avoid jest compatibility errors\n\n## Running the tests\n\ninside the root of the project run:\n```\nnpm run test\n```\n\n\n\n\n## Built With\n* [Express.js](http://expressjs.com/)\n* [Mongoose](https://mongoosejs.com/)\n* [NPM](https://www.npmjs.com/)\n* [Create React App](https://create-react-app.dev/)\n\n## Versioning\n\nFor the versions available, see the [tags on this repository](https://github.com/shahzayb/freemage/tags). \n\n## Author\n\n* **Shahzaib Sarwar**  - [shahzayb](https://github.com/shahzayb)\n\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/Shahzayb/freemage/blob/master/LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShahzayb%2Ffreemage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShahzayb%2Ffreemage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShahzayb%2Ffreemage/lists"}