{"id":13299144,"url":"https://github.com/obrm/shops-api","last_synced_at":"2025-04-30T19:32:48.997Z","repository":{"id":143634977,"uuid":"616323084","full_name":"obrm/shops-api","owner":"obrm","description":"This repository contains the source code for the SHPOS API. It's built using Node.js, Express.js, and MongoDB.","archived":false,"fork":false,"pushed_at":"2023-03-26T10:26:55.000Z","size":52,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T08:32:53.389Z","etag":null,"topics":["colors","dotenv","express","mongodb","mongoose","morgan","nodejs","nodemon","slugify"],"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/obrm.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":"2023-03-20T06:48:33.000Z","updated_at":"2023-03-27T07:32:50.000Z","dependencies_parsed_at":"2023-07-12T09:15:17.176Z","dependency_job_id":null,"html_url":"https://github.com/obrm/shops-api","commit_stats":null,"previous_names":["obrm/shops-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obrm%2Fshops-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obrm%2Fshops-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obrm%2Fshops-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obrm%2Fshops-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obrm","download_url":"https://codeload.github.com/obrm/shops-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251769374,"owners_count":21640889,"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":["colors","dotenv","express","mongodb","mongoose","morgan","nodejs","nodemon","slugify"],"created_at":"2024-07-29T17:36:00.555Z","updated_at":"2025-04-30T19:32:48.974Z","avatar_url":"https://github.com/obrm.png","language":"JavaScript","readme":"# SHOPS API\n\nThis repository contains the source code for the Sops API. It's built using Node.js, Express.js, and MongoDB.\n\n## Getting Started\n\nTo get started with this project, clone the repository:\n\n```bash\ngit clone https://github.com/obrm/shpos-api.git\n```\n\n## Prerequisites\nMake sure you have Node.js installed on your system.\n\n#### MongoDB Atlas\n\nTo run this project, you'll also need to have a MongoDB Atlas account and create a project for this project in MongoDB Atlas. Once you have created a project in MongoDB Atlas, you can obtain your MongoDB URI, which you will need to set as an environment variable in the `config.env` file to connect to your database. See the [Local Environment Variables](#local-environment-variables) section in this README for more information.\n\n## Installation\nAfter cloning the repository, run the following command to install the required dependencies:\n\n```bash\nnpm install\n```\n\n## Local Environment Variables\nIn order to run the project locally, you'll need to set some environment variables. Create a `config` folder in the root directory of the project, and add a file named `config.env` with the following variables:\n\n```env\nNODE_ENV=development\nPORT=5000\nMONGO_URI=\u003cYour MongoDB URI\u003e\n```\n\nMake sure to replace `\u003cYour MongoDB URI\u003e` with the actual URI for your MongoDB instance.\n\n## Running the Project\nTo start the server in development mode with nodemon, run the following command:\n\n```bash\nnpm run dev\n```\n\nThe server should now be running on `http://localhost:5000`.\n\n## License\nThis project is licensed under the MIT License.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobrm%2Fshops-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobrm%2Fshops-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobrm%2Fshops-api/lists"}