{"id":28729708,"url":"https://github.com/frandieguez/node-rest-api","last_synced_at":"2026-04-11T04:33:53.766Z","repository":{"id":36861920,"uuid":"161049718","full_name":"frandieguez/node-rest-api","owner":"frandieguez","description":"An example of creating a REST api with node.js, express and mongodb","archived":false,"fork":false,"pushed_at":"2023-01-04T21:51:52.000Z","size":2314,"stargazers_count":0,"open_issues_count":24,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-15T17:11:25.875Z","etag":null,"topics":["docker","docker-composer","expressjs","jwt","mongodb","nodejs"],"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/frandieguez.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}},"created_at":"2018-12-09T14:49:51.000Z","updated_at":"2020-02-06T08:19:23.000Z","dependencies_parsed_at":"2023-01-17T06:15:17.429Z","dependency_job_id":null,"html_url":"https://github.com/frandieguez/node-rest-api","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/frandieguez/node-rest-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frandieguez%2Fnode-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frandieguez%2Fnode-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frandieguez%2Fnode-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frandieguez%2Fnode-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frandieguez","download_url":"https://codeload.github.com/frandieguez/node-rest-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frandieguez%2Fnode-rest-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["docker","docker-composer","expressjs","jwt","mongodb","nodejs"],"created_at":"2025-06-15T17:10:17.254Z","updated_at":"2026-04-11T04:33:53.735Z","avatar_url":"https://github.com/frandieguez.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node REST API backed by express + JWT + MongoDB\n[![Maintainability](https://api.codeclimate.com/v1/badges/534b7dc52af7d2bee6da/maintainability)](https://codeclimate.com/github/frandieguez/node-rest-api/maintainability) \n[![dependencies Status](https://david-dm.org/frandieguez/node-rest-api/status.svg)](https://david-dm.org/frandieguez/node-rest-api)  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) \n\nThis projects its just an example of creating a node.js api using different technologies\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\nIn order to get an development environment you need to install nodejs, npm, docker and docker-compose in your system.\n\n```\nsudo apt install nodejs npm docker docker-compose\n```\n\n### Installing\n\nSo after fulfill these requirements you just need to issue the next commands:\n\n```\ncp .env.example .env\nvim .env # edit your parameters\nnpm install\ndocker-compose up -d\nnpm run start-dev\n```\n\nThen you will be able to get information from http://localhost:3000\n\n## Running the tests\n\n```\nnpm test\n```\n\n## Deployment\n\nThere is a docker composer to ease the deployment in local machines.\n\n## Built With\n\n- [JWT](https://jwt.io) - JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.\n- [NodeJS](https://nodejs.org/) - Language and VM\n- [Express](https://expressjs.com/) - Node.js Express framework\n\n## Contributing\n\nPlease read [CONTRIBUTING.md](https://gist.github.com/frandieguez/6e0fe20139abc0285cd5955784843b21) for details on our code of conduct, and the process for submitting pull requests to us.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/frandieguez/node-restserver-api/tags).\n\n## Authors\n\n- **Fran Dieguez** - _Initial work_ - [frandieguez](https://github.com/frandieguez)\n\nSee also the list of [contributors](https://github.com/frandieguez/node-restserver-api/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n- Hat tip to anyone whose code was used\n- Inspiration\n- etc\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrandieguez%2Fnode-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrandieguez%2Fnode-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrandieguez%2Fnode-rest-api/lists"}