{"id":18970331,"url":"https://github.com/athiththan11/dossier","last_synced_at":"2026-04-11T02:53:17.031Z","repository":{"id":122657443,"uuid":"182834332","full_name":"athiththan11/Dossier","owner":"athiththan11","description":"Express.js Server backed with MongoDB and GraphQL","archived":false,"fork":false,"pushed_at":"2023-03-02T22:42:16.000Z","size":89,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-25T23:02:45.429Z","etag":null,"topics":["express-graphql","express-server","expressjs","graphql","mongodb"],"latest_commit_sha":null,"homepage":"","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/athiththan11.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}},"created_at":"2019-04-22T17:22:23.000Z","updated_at":"2021-05-22T18:13:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a5ae85c-68ae-43d3-acfb-c07fdbbf3c18","html_url":"https://github.com/athiththan11/Dossier","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/athiththan11/Dossier","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FDossier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FDossier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FDossier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FDossier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/athiththan11","download_url":"https://codeload.github.com/athiththan11/Dossier/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athiththan11%2FDossier/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261967128,"owners_count":23237662,"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":["express-graphql","express-server","expressjs","graphql","mongodb"],"created_at":"2024-11-08T14:56:41.430Z","updated_at":"2026-04-11T02:53:11.990Z","avatar_url":"https://github.com/athiththan11.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dossier\n\nAn Express.js Backend Baked with MongoDB and GraphQL.\n\n[Demo](https://dossier-server.herokuapp.com) | Deployed on Heroku\n\n## Setup \u0026 Usage\n\nclone or download the project and configure your `mongodb` connection url, by either following these 2 defined approaches ...\n\n### .env\n\ncreate a `.env` file in the root of your project folder and add the following ...\n\n```env\nMONGODB = \u003cYour MongoDB Connection URL\u003e\n```\n\n### app.js\n\nreplace the `mongodb` connection url in the `app.js` file ...\n\n```javascript\n// replace the `process.env.MONGODB` with your connection url\nmongoose\n    .connect(process.env.MONGODB, {\n        promiseLibrary: require('bluebird'),\n        useNewUrlParser: true\n    }).then();\n```\n\n## Run\n\nrun the `server` using the following command from the root of the project folder ...\n\n```shell\nnodemon\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathiththan11%2Fdossier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathiththan11%2Fdossier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathiththan11%2Fdossier/lists"}