{"id":38823789,"url":"https://github.com/gadfaria/express-sequelize-boilerplate","last_synced_at":"2026-01-17T13:07:51.264Z","repository":{"id":42187545,"uuid":"273850171","full_name":"gadfaria/express-sequelize-boilerplate","owner":"gadfaria","description":"Boilerplate for express.js.","archived":false,"fork":false,"pushed_at":"2025-10-28T02:36:25.000Z","size":484,"stargazers_count":92,"open_issues_count":1,"forks_count":21,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T21:43:48.351Z","etag":null,"topics":["aws-s3","boilerplate","express","express-sequelize-boilerplate","jwt","sequelize"],"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/gadfaria.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,"zenodo":null}},"created_at":"2020-06-21T06:44:45.000Z","updated_at":"2025-10-17T20:39:20.000Z","dependencies_parsed_at":"2024-03-30T02:37:13.203Z","dependency_job_id":"0c9e7cc1-07e4-4033-a2e5-346d23f0ee8d","html_url":"https://github.com/gadfaria/express-sequelize-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/gadfaria/express-sequelize-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadfaria%2Fexpress-sequelize-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadfaria%2Fexpress-sequelize-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadfaria%2Fexpress-sequelize-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadfaria%2Fexpress-sequelize-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gadfaria","download_url":"https://codeload.github.com/gadfaria/express-sequelize-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gadfaria%2Fexpress-sequelize-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aws-s3","boilerplate","express","express-sequelize-boilerplate","jwt","sequelize"],"created_at":"2026-01-17T13:07:50.850Z","updated_at":"2026-01-17T13:07:51.241Z","avatar_url":"https://github.com/gadfaria.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-sequelize-boilerplate\n\n![Express.js](https://img.shields.io/badge/express.js-%23404d59.svg?style=for-the-badge\u0026logo=express\u0026logoColor=%2361DAFB)\n![Sequelize](https://img.shields.io/badge/Sequelize-52B0E7?style=for-the-badge\u0026logo=Sequelize\u0026logoColor=white)\n\nThis is a simple boilerplate for building REST APIs in Node.js using Express. Intended for use with PostgreSQL using Sequelize ORM.\n\n\n## Getting Started\n\nClone the repository\n\n```bash\ngit clone https://github.com/gadfaria/express-sequelize-boilerplate.git\n```\n\nEnter into the directory\n```bash\ncd express-sequelize-boilerplate/\n```\n\nInstall the dependencies\n```bash\nyarn\n```\n\nSet the environment variables\n```bash\ncp .env.example .env\n```\n\nRunning the boilerplate:\n```bash\nyarn dev\n```\n\n## Configuration\n\nVariables for the environment\n\n| Option | Description |\n| ------ | ------ |\n| SERVER_PORT | Port the server will run on |\n| NODE_ENV | development or production |\n| SERVER_JWT | true or false |\n| SERVER_JWT_SECRET | JWT secret |\n| SERVER_JWT_TIMEOUT | JWT duration time |\n| DB_DIALECT | \"mysql\", \"postgresql\", among others |\n| DB_HOST | Database host |\n| DB_USER | Database username |\n| DB_PASS | Database password |\n| DB_NAME | Database name |\n| AWS_KEYID | Access key ID |\n| AWS_SECRETKEY | User secret key |\n| AWS_BUCKET | Bucket name |\n\n## Commands for sequelize \n```bash\n# Creates the database\nyarn sequelize db:create \n\n# Drops the database\nyarn sequelize db:drop \n\n# Load migrations\nyarn sequelize db:migrate \n\n# Undo migrations\nyarn sequelize db:migrate:undo:all \n\n# Load seeders\nyarn sequelize db:seed:all\n```\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n\n\u003ch5 align=\"center\"\u003e\n  ☕ Code and Coffee\n\u003c/h5\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgadfaria%2Fexpress-sequelize-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgadfaria%2Fexpress-sequelize-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgadfaria%2Fexpress-sequelize-boilerplate/lists"}