{"id":25820115,"url":"https://github.com/lipex360x/express-boilerplate","last_synced_at":"2026-04-11T07:04:13.394Z","repository":{"id":148284881,"uuid":"443431699","full_name":"lipex360x/express-boilerplate","owner":"lipex360x","description":"Express + Typescript Boilerplate API REST","archived":false,"fork":false,"pushed_at":"2022-08-25T00:01:19.000Z","size":576,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T15:19:52.785Z","etag":null,"topics":["backend","docker-compose","mongodb","plopjs","postgresql","redis","rest-api","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/lipex360x.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":"2021-12-31T22:02:13.000Z","updated_at":"2022-08-29T13:37:34.000Z","dependencies_parsed_at":"2023-05-19T15:15:14.451Z","dependency_job_id":null,"html_url":"https://github.com/lipex360x/express-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/lipex360x/express-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipex360x%2Fexpress-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipex360x%2Fexpress-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipex360x%2Fexpress-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipex360x%2Fexpress-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lipex360x","download_url":"https://codeload.github.com/lipex360x/express-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lipex360x%2Fexpress-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31671630,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["backend","docker-compose","mongodb","plopjs","postgresql","redis","rest-api","typescript"],"created_at":"2025-02-28T09:43:11.755Z","updated_at":"2026-04-11T07:04:13.389Z","avatar_url":"https://github.com/lipex360x.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch2 align=\"center\"\u003eExpress API Boilerplate\u003c/h2\u003e\n\n### Recommended Operating System\n  * Linux Ubuntu\n  * Apple OS X\n  * WSL \u003csmall\u003e([click here](https://gist.github.com/lipex360x/5f8fb16902377a731d501a01568e36e0) to see how to configure)\u003c/small\u003e\n\n---\n\n### Minimum Environment\n  * **Node v12+** (\u003csmall\u003eNVM Recommended\u003c/small\u003e)\n  * **Docker**\n  * **Docker-Compose**\n  * **Yarn**\n\n---\n\n### Start GEN API\n\n  1. Install all dependencies: `yarn`\n  2. Generate Startup files: `yarn gen Start`\n  3. Initialize Docker: `docker-compose up -d`\n  4. Execute ORM Migrations: `yarn orm:run`\n  5. Create Admin User: `yarn seed:run`\n  6. Start API REST: `yarn dev`\n\n---\n\n### Insomnia Collection\n\nFile Import\n\n  * Json File: `src/shared/utils/insomnia.json`\n  * URL:`https://raw.githubusercontent.com/lipex360x/gen-api-boilerplate/master/src/shared/utils/insomnia.json`\n\n---\n\n### Databases available via docker-compose\n\nDatabase  | Port | Docker Image\n------------- | ------------- | -------------\nPostgreSQL  | 5432 | bitnami/postgresql:latest\nMongoDB  | 27017 | bitnami/mongodb:latest\nRedis  | 6379 | redis:alpine\n\nTo more information, please consult `docker-compose.yml` in root path\n\n---\n\n### Terminal Scripts\n\nStarts with `yarn` command (ex.: `yarn dev`)\n\n##### Automatic Generate\n  * `gen`: Start Plop Generate\n\n##### API command\n  * `dev`: initialize API in develop mode (TS Files)\n  * `build`: build app to deploy\n  * `start`: initialize API in production mode (JS files)\n\n##### Jest tests\n  * `test`: run Unit Tests\n  * `test:c`: clear cache tests\n\n##### TypeORM\n  * `orm`: execute TypeORM CLI\n  * `orm:show`: show migrations status\n  * `orm:create`: create a clean migration\n  * `orm:run`: execute all migrations\n  * `orm:revert`: rollback the last migration\n\n##### TypeORM Seed\n  * `seed:config`: show seeds configuration\n  * `seed:run`: execute all seeds\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flipex360x%2Fexpress-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flipex360x%2Fexpress-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flipex360x%2Fexpress-boilerplate/lists"}