{"id":21257653,"url":"https://github.com/wallter/print3d-node-parse","last_synced_at":"2025-09-03T14:36:27.785Z","repository":{"id":74276613,"uuid":"182441328","full_name":"wallter/print3d-node-parse","owner":"wallter","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-20T20:50:24.000Z","size":74,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-30T21:43:34.215Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/wallter.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":"2019-04-20T18:31:29.000Z","updated_at":"2019-04-20T20:50:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e47ceb0-eb5a-4e8f-819e-0a65b0780c37","html_url":"https://github.com/wallter/print3d-node-parse","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wallter/print3d-node-parse","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallter%2Fprint3d-node-parse","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallter%2Fprint3d-node-parse/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallter%2Fprint3d-node-parse/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallter%2Fprint3d-node-parse/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wallter","download_url":"https://codeload.github.com/wallter/print3d-node-parse/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallter%2Fprint3d-node-parse/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273457201,"owners_count":25109194,"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-09-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2024-11-21T04:05:13.044Z","updated_at":"2025-09-03T14:36:27.724Z","avatar_url":"https://github.com/wallter.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Node Parse](http://parseplatform.org): [Server](https://github.com/parse-community/parse-server) + [Dashboard](https://github.com/parse-community/parse-dashboard)\n### Assembled (code to come soon) by Tyler Wall\n\n---\n\n## Dependencies\n- mongodb\n\n## QuickStart\n\n```sh\nnpm install -g parse-server mongodb-runner\nmongodb-runner start \u0026\nnpm start\n```\n\n*There will be warnings in the console, but the [dashboard](http://localhost:4040/dashboard) is functional.\n\n**Dashboard**: http://localhost:4040/dashboard/login\n\n\u003e **Username**: `admin` \u003cbr/\u003e\n\u003e **Password**: `admin`\n\n**Parse Server**: http://localhost:1337/parse\n\n\n\n## MongoDB Install Mac OSX via homebrew\n```sh\n$ brew update\n$ brew doctor\n$ brew install mongodb\n$ sudo mkdir -p /data/db\n$ sudo chown -R `id -un` /data/db\n$ ls -la /data/db\n```\n\n### Install MongoDB with Homebrew\nhttps://gist.github.com/subfuzion/9630872\n\nSet up launchctl to auto start `mongod`\n\n    $ ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents\n\n`/usr/local/opt/mongodb/` is a symlink to `/usr/local/Cellar/mongodb/x.y.z` (e.g., `2.4.9`)\n\nYou can use launchctl to start and stop `mongod`\n\n    $ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist\n    $ launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist\n\nYou can also more conveniently use `brew` to start, stop, and verify service status\n\n    $ brew services list | grep mongodb\n    $ brew services start mongodb\n    $ brew services stop mongodb\n\n#### Notes\n\nThe default plist provided bymarkthe `dbpath` to be `/usr/local/var/mongodb` instead of the default `/data/db`.\n\nFor more about `launchctl` see:\n\nhttps://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/launchctl.1.html#//apple_ref/doc/man/1/launchctl\n\nhttp://launchd.info/\n\n\n### Start MongoDB daemon\n```sh\n$ mongod\n# or\n$ brew services start mongodb\n```\n### Enter Mongo CLI\n```sh\n$ mongo\n```\n\n### Install\n\n```sh\n$ npm install -g parse-server mongodb-runner\n```\n\n### Start mongo-runner\nMongoDB Runner needs to be running to provide Mo\n```sh\n$ mongodb-runner start \u0026\n```\n\n### Login\nLogin at:\n\nhttp://localhost:4040/dashboard/login\n\n\u003e **Username**: `admin` \u003cbr/\u003e\n\u003e **Password**: `admin`\n\nChange in `config/parse.config.js (.users)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallter%2Fprint3d-node-parse","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwallter%2Fprint3d-node-parse","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallter%2Fprint3d-node-parse/lists"}