{"id":15371276,"url":"https://github.com/sandrinodimattia/express-mongo-docker-api-boilerplate","last_synced_at":"2026-04-10T15:01:58.230Z","repository":{"id":149765479,"uuid":"81379313","full_name":"sandrinodimattia/express-mongo-docker-api-boilerplate","owner":"sandrinodimattia","description":"This project is a boilerplate providing an API built with Express and connected to MongoDB using Mongoose","archived":false,"fork":false,"pushed_at":"2017-02-16T15:38:35.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T00:17:24.224Z","etag":null,"topics":["ava","docker","docker-compose","express","mongodb","mongoose","nodejs","pino"],"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/sandrinodimattia.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":"2017-02-08T21:46:16.000Z","updated_at":"2018-09-25T02:30:59.000Z","dependencies_parsed_at":"2023-04-25T17:33:07.567Z","dependency_job_id":null,"html_url":"https://github.com/sandrinodimattia/express-mongo-docker-api-boilerplate","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"25feb8fcb08c7594982c2b75d13cb16e5596f2d0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrinodimattia%2Fexpress-mongo-docker-api-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrinodimattia%2Fexpress-mongo-docker-api-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrinodimattia%2Fexpress-mongo-docker-api-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sandrinodimattia%2Fexpress-mongo-docker-api-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sandrinodimattia","download_url":"https://codeload.github.com/sandrinodimattia/express-mongo-docker-api-boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245931718,"owners_count":20695958,"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":["ava","docker","docker-compose","express","mongodb","mongoose","nodejs","pino"],"created_at":"2024-10-01T13:46:16.059Z","updated_at":"2025-12-30T20:32:14.882Z","avatar_url":"https://github.com/sandrinodimattia.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boilerplate for building APIs with Express, MongoDB and Docker\n\nThis project is a boilerplate providing an API built with Express and connected to MongoDB using [mongoose](http://mongoosejs.com/). It uses [Ava](https://github.com/avajs/ava/blob/master/readme.md) for testing and everything runs in containers using Docker Compose.\n\n## Usage\n\nWhile you're testing you can just build the containers and keep the tests running:\n\n```bash\nnpm run docker:build\nnpm run docker:test:watch\n```\n\nWhen you want to run the application in development mode, use the following commands:\n\n```bash\nnpm run docker:build\nnpm run docker:dev\n```\n\n## Commands\n\nBuild the Docker images defined in the Docker Compose file:\n\n```bash\nnpm run docker:build\n```\n\nRebuild all images without using the cache (clean rebuild):\n\n```bash\nnpm run docker:rebuild\n```\n\nRun the development environment (accessible through http://localhost:3000):\n\n```bash\nnpm run docker:dev\n```\n\nRun the tests in Docker with coverage:\n\n```bash\nnpm run docker:test\n```\n\nRun the tests and keep watching for changes:\n\n```bash\nnpm run docker:test:watch\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandrinodimattia%2Fexpress-mongo-docker-api-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsandrinodimattia%2Fexpress-mongo-docker-api-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsandrinodimattia%2Fexpress-mongo-docker-api-boilerplate/lists"}