{"id":13905870,"url":"https://github.com/nflaig/car-rental-api","last_synced_at":"2025-10-14T20:32:39.723Z","repository":{"id":36156223,"uuid":"154400496","full_name":"nflaig/car-rental-api","owner":"nflaig","description":"Node.js Car Rental API","archived":false,"fork":false,"pushed_at":"2025-01-16T14:16:27.000Z","size":706,"stargazers_count":20,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T05:59:47.550Z","etag":null,"topics":["expressjs","jest","jwt","mongodb","nodejs","restful-api"],"latest_commit_sha":null,"homepage":null,"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/nflaig.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,"zenodo":null}},"created_at":"2018-10-23T21:42:22.000Z","updated_at":"2025-04-22T13:42:30.000Z","dependencies_parsed_at":"2024-10-23T08:56:10.985Z","dependency_job_id":"35443973-a570-42a6-9488-7d690097c23b","html_url":"https://github.com/nflaig/car-rental-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nflaig/car-rental-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nflaig%2Fcar-rental-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nflaig%2Fcar-rental-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nflaig%2Fcar-rental-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nflaig%2Fcar-rental-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nflaig","download_url":"https://codeload.github.com/nflaig/car-rental-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nflaig%2Fcar-rental-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279020905,"owners_count":26086948,"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-10-14T02:00:06.444Z","response_time":60,"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","jest","jwt","mongodb","nodejs","restful-api"],"created_at":"2024-08-06T23:01:25.405Z","updated_at":"2025-10-14T20:32:39.684Z","avatar_url":"https://github.com/nflaig.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"## Introduction\n\nThis project is a implementation of a Car Rental API in [Node.js](https://nodejs.org/en/).\nIt uses [Express](https://expressjs.com/) as web framework and [MongoDB](https://www.mongodb.com/) as database.\nThe code is fully covered by tests, using [Jest](https://jestjs.io/).\n\nThe application allows new users to register and authenticate by using [JSON Web Tokens](https://jwt.io/).\nRegistered users are able to rent a car and return it at any time.\nAdmins have additional privileges such as adding new cars to the database or viewing all active rentals.\n\n## Installation\n\nIn order to run the application on your local machine some requirements need to be installed.\n\n#### Node.js\n\nInstall `npm` which is distributed with Node.js.\n\nhttps://nodejs.org/en/download/\n\n#### MongoDB\n\nInstall MongoDB and make sure the database server is running.\n\nhttps://www.mongodb.com/download-center/community\n\n#### Dependencies\n\nChange the directory to the project folder and install the dependencies.\n\n```\nnpm install\n```\n\n## Tests\n\nRun the tests to make sure everything is installed correctly and working.\n\n```\nnpm test\n```\n\n## Usage\n\nFinally, start the Node web server.\n\n```\nnpm start\n```\n\nThe application will run on http://localhost:3000 by default.\nIf the port is already in use, it can be changed by setting the `PORT` environment variable.\nThe easiest way to interact with the server is by installing a API development environment such as [Postman](https://www.getpostman.com/).\n\n## License\n\nCode released under the [MIT License](https://github.com/nflaig/car-rental-api/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnflaig%2Fcar-rental-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnflaig%2Fcar-rental-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnflaig%2Fcar-rental-api/lists"}