{"id":19696036,"url":"https://github.com/delsner/veloo","last_synced_at":"2026-06-10T06:32:48.908Z","repository":{"id":128465694,"uuid":"70167376","full_name":"delsner/veloo","owner":"delsner","description":"Bicycle Rental Platform","archived":false,"fork":false,"pushed_at":"2016-10-06T17:51:55.000Z","size":3703,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T09:41:27.931Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://veloo-bike.herokuapp.com/","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/delsner.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":"2016-10-06T15:31:23.000Z","updated_at":"2016-10-06T17:52:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"423b1a72-3a9c-4e10-bd18-ec1a9372fc5a","html_url":"https://github.com/delsner/veloo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delsner%2Fveloo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delsner%2Fveloo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delsner%2Fveloo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delsner%2Fveloo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delsner","download_url":"https://codeload.github.com/delsner/veloo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241007676,"owners_count":19893045,"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":[],"created_at":"2024-11-11T19:33:11.946Z","updated_at":"2026-06-10T06:32:43.858Z","avatar_url":"https://github.com/delsner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Setup\n\n**install node dependencies**\n\n```\nnpm install\n```\n\n**set up your database**\n\n* create a new directory where your database will be stored (it's a good idea to separate data and business logic - the data directory should be on a different place than your app)\n* start the database server \n```\nmongod --dbpath relative/path/to/database\n```\n\n**set up environment configuration**\n\ncopy one of the config files in the config directory and rename it to `config.js`. DO NOT check in your config.js file into source control. If you make a changes that your team members should be able to see (e.g. introducing a new config variable), change it in `config.dev_local.js`\n\n```\ncp config.dev_local.js config.js\n```\nYou can also create more example config files in your `config` directory, e.g. `config.dev_server` for your development server. \n\nNote: While it is a good idea to have some configuration available for everyone, it is considered bad practice to check in sensitive data into source control (e.g. credentials for database access)\n\n## running\n\nstart the web server\n\n```\nnode server.js\n```\nOptional: use nodemon for automatic reloading of nodejs instance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelsner%2Fveloo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelsner%2Fveloo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelsner%2Fveloo/lists"}