{"id":17952304,"url":"https://github.com/harkiratsm/wheels-server","last_synced_at":"2026-04-11T09:46:20.262Z","repository":{"id":118970054,"uuid":"490985596","full_name":"harkiratsm/wheels-server","owner":"harkiratsm","description":"REST API served to wheels","archived":false,"fork":false,"pushed_at":"2022-09-18T17:07:25.000Z","size":354,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T04:46:35.759Z","etag":null,"topics":["docker","expressjs","mongoose","nginx","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/harkiratsm.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-11T06:32:59.000Z","updated_at":"2024-09-24T08:30:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"29ccde58-d8f7-4351-8109-012f33fc68b4","html_url":"https://github.com/harkiratsm/wheels-server","commit_stats":null,"previous_names":["harkiratsm/wheels-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harkiratsm%2Fwheels-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harkiratsm%2Fwheels-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harkiratsm%2Fwheels-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harkiratsm%2Fwheels-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harkiratsm","download_url":"https://codeload.github.com/harkiratsm/wheels-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247034646,"owners_count":20872699,"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":["docker","expressjs","mongoose","nginx","nodejs"],"created_at":"2024-10-29T09:56:36.686Z","updated_at":"2026-04-11T09:46:15.223Z","avatar_url":"https://github.com/harkiratsm.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![food-server](https://socialify.git.ci/harkiratsm/food-server/image?description=1\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Brick%20Wall\u0026theme=Light)\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/harkiratsm/food-server\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Author-harkiratsm-orange\" /\u003e\n  \u003ca href=\"https://hub.docker.com/repository/docker/harkiratsm/food-server\"\u003e\n    \u003cimg src=\"https://img.shields.io/docker/pulls/harkiratsm/food-server.svg\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/harkiratsm/food-server/blob/main/LEARNING.md\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-Learning.md-brightgreen\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/harkiratsm/food-server/blob/main/Faq.md\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/-FAQ.md-blue\"\u003e\n  \u003c/a\u003e\n  \n\u003c/p\u003e\n  \n\n## 💥 Introduction\n\nI have developed a REST API that I am going to serve for frontend i.e. food-client. At the moment, this API can handle restaurant, order, and image requests.\n\nI built a REST API with Express.js, using MongoDB as a database to store the data, containerized my Nodejs app with Docker, and also used Nginx to load balance API requests.\n\n\n### Table of Contents\n\n- [Tech Stack](#tech-stack)\n- [Installation Steps](#install-step)\n- [Built With](#built-with)\n- [Requirements](#requires)\n\n\n\n\u003ca id=\"tech-stack\"\u003e\u003c/a\u003e\n\n## ⚙️ Tech Stack\n\nThe technologies I used to built this app.\n\n- Nodejs\n- Expressjs\n\n\u003ca id=\"install-step\"\u003e\u003c/a\u003e\n\n## 🛠️ Installation Steps\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/harkiratsm/food-server.git\n```\n\n2. Change the working directory\n\n```bash\ncd food-server\n```\n3. For Development Environment \n  - Install dependencies\n\n  ```bash\n  make server-setup\n  ```\n  - Make sure you set all the environment variables under ```.env``` file.\n\n  - Run the docker-compose file \n\n  ```bash\n  make docker-compose_dev\n  ``` \n\n4. For Production [here](https://github.com/harkiratsm/food-server/blob/main/LEARNING.md#prod).\n\n🚀 You are all set to go.\n\n\u003ca id=\"built-with\"\u003e\u003c/a\u003e\n\n## 💻 Built With\n\n1. Expressjs - Rest API\n2. MongoDB - Database\n3. Nodejs\n4. Docker \n5. Nginx - Load balancing api calls\n\n\u003ca id=\"requires\"\u003e\u003c/a\u003e\n\n## 🙋🏻‍♂️ Requirements \n\n1. Docker Desktop\n2. Nodejs \n3. MongoDB\n4. Postman - For testing api endpoints \n\n## 📖 [License](https://github.com/harkiratsm/food-server/blob/main/License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharkiratsm%2Fwheels-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharkiratsm%2Fwheels-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharkiratsm%2Fwheels-server/lists"}