{"id":19079078,"url":"https://github.com/abhixsh/NutriCare_backend","last_synced_at":"2026-05-21T07:30:13.519Z","repository":{"id":251875431,"uuid":"801976353","full_name":"abhixsh/NutriCare_be","owner":"abhixsh","description":"🌱 Node.js backend for the NutriCure web application, featuring CRUD operations for recipe management with MongoDB, Firebase integration for user management, and Docker containerization. Utilizes Azure DevOps for CI/CD and Azure Container Services for scalable deployment.","archived":false,"fork":false,"pushed_at":"2024-11-24T16:27:41.000Z","size":865,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-02T18:48:37.710Z","etag":null,"topics":["azure-devops","bycrypt","express","jwt-authentication","mongodb","nodejs","nodemon"],"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/abhixsh.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":"2024-05-17T09:20:46.000Z","updated_at":"2024-11-24T16:27:45.000Z","dependencies_parsed_at":"2024-11-24T17:22:15.715Z","dependency_job_id":"61141a64-58f7-415f-aeca-551f0a60924b","html_url":"https://github.com/abhixsh/NutriCare_be","commit_stats":null,"previous_names":["abhixsh/nutricare_be"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhixsh%2FNutriCare_be","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhixsh%2FNutriCare_be/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhixsh%2FNutriCare_be/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhixsh%2FNutriCare_be/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhixsh","download_url":"https://codeload.github.com/abhixsh/NutriCare_be/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240131773,"owners_count":19752725,"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":["azure-devops","bycrypt","express","jwt-authentication","mongodb","nodejs","nodemon"],"created_at":"2024-11-09T02:13:16.496Z","updated_at":"2026-05-21T07:30:13.443Z","avatar_url":"https://github.com/abhixsh.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NutriCare Backend\n\nWelcome to the NutriCare Backend repository. This project is the backend service for the NutriCare application, which provides nutritional information and health tracking features.\n\n## Table of Contents\n- [Installation](#installation)\n- [Running Locally](#running-locally)\n    - [Using npm](#using-npm)\n    - [Using nodemon](#using-nodemon)\n    - [Using Docker](#using-docker)\n- [CRUD Operations](#crud-operations)\n- [Azure DevOps](#azure-devops)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Installation\n\nTo get started, clone the repository and install the dependencies:\n\n```bash\ngit clone https://github.com/yourusername/NutriCare_be.git\ncd NutriCare_be\nnpm install\n```\n\n## Running Locally\n\n### Using npm\n\nTo run the application using npm, use the following command:\n\n```bash\nnpm start\n```\n\n### Using nodemon\n\nNodemon is a utility that will monitor for any changes in your source and automatically restart your server. To use nodemon, install it globally and then run the application:\n\n```bash\nnpm install -g nodemon\nnodemon src/index.js\n```\n\n### Using Docker\n\nTo run the application using Docker, follow these steps:\n\n1. Build the Docker image:\n\n    ```bash\n    docker build -t nutricare-backend .\n    ```\n\n2. Run the Docker container:\n\n    ```bash\n    docker run -p 3000:3000 nutricare-backend\n    ```\n\n## CRUD Operations\n\nThe NutriCare Backend provides CRUD (Create, Read, Update, Delete) operations for managing nutritional data and user information. Below are the endpoints available:\n\n- **Create**: Add new nutritional data or user information.\n- **Read**: Retrieve existing data.\n- **Update**: Modify existing data.\n- **Delete**: Remove data.\n\nRefer to the API documentation for detailed information on each endpoint and how to use them.\n\n## Azure DevOps\n\nThis project uses Azure DevOps for continuous integration and deployment. The pipeline is defined in the `azure-pipelines.yml` file. To set up Azure DevOps:\n\n1. Create a new project in Azure DevOps.\n2. Set up a new pipeline and connect it to your GitHub repository.\n3. Configure the pipeline using the `azure-pipelines.yml` file in the repository.\n4. Set up any necessary service connections and environment variables in the Azure DevOps project settings.\n\n## Contributing\n\nWe welcome contributions to the NutriCare Backend project. To contribute:\n\n1. Fork the repository.\n2. Create a new branch for your feature or bugfix.\n3. Commit your changes and push the branch to your fork.\n4. Create a pull request to the main repository.\n\nPlease ensure your code follows the project's coding standards and includes appropriate tests.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhixsh%2FNutriCare_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhixsh%2FNutriCare_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhixsh%2FNutriCare_backend/lists"}