{"id":25457494,"url":"https://github.com/seedyrom/node-sequelize-api","last_synced_at":"2026-05-05T15:32:08.937Z","repository":{"id":91055300,"uuid":"181289022","full_name":"SeedyROM/node-sequelize-api","owner":"SeedyROM","description":"An example project using NodeJS, Express and Sequelize","archived":false,"fork":false,"pushed_at":"2019-04-15T10:34:10.000Z","size":112,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T20:07:47.552Z","etag":null,"topics":["expressjs","nodejs","sequelize"],"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/SeedyROM.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,"zenodo":null}},"created_at":"2019-04-14T09:53:43.000Z","updated_at":"2019-04-15T10:34:12.000Z","dependencies_parsed_at":"2023-05-03T05:03:42.964Z","dependency_job_id":null,"html_url":"https://github.com/SeedyROM/node-sequelize-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SeedyROM/node-sequelize-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeedyROM%2Fnode-sequelize-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeedyROM%2Fnode-sequelize-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeedyROM%2Fnode-sequelize-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeedyROM%2Fnode-sequelize-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeedyROM","download_url":"https://codeload.github.com/SeedyROM/node-sequelize-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeedyROM%2Fnode-sequelize-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260688122,"owners_count":23046852,"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":["expressjs","nodejs","sequelize"],"created_at":"2025-02-18T02:17:40.211Z","updated_at":"2026-05-05T15:32:08.931Z","avatar_url":"https://github.com/SeedyROM.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eSimpleAPI \u003csmall\u003e(node, express, sequelize)\u003c/small\u003e\u003c/h1\u003e\n  \u003cp\u003e\n    \u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/6/64/Expressjs.png\" width=\"200\"\u003e\n    \u003cimg src=\"https://cdn.worldvectorlogo.com/logos/sequelize.svg\" width=\"100px\"\u003e\n  \u003c/p\u003e\n  \u003cp\u003e\n    \u003ch5\u003e\n      This is a project to create a sane boilerplate for integrating SQL databases and express.\u003cbr\u003e\n      \u003ci\u003eMostly a learning tool for me, so take this as is.\u003c/i\u003e\n    \u003c/h5\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Overview\n\nThis project is my attempt at making a semi sane boilerplate working with RDBMS' in Node. It also includes tools / helpers to create an example REST api with JWT authentication. *(JWT is not implemented yet)*\n\n### Databases used per environment:\n* SQLite for `development`\n* SQLite in memory for `test`\n* Any adapter for `production`, this is specified in the `config/config.js` file, default is `postgres`\n\n## Getting started\n\n* Clone this repository:\n  * `git clone https://github.com/SeedyROM/node-sequelize-api`\n  * or to rename it something else `git clone https://github.com/SeedyROM/node-sequelize-api myproject`\n* Then change directories (`cd`) into the cloned repo\n* Run `yarn install` or just `yarn` to install dependencies\n* Migrate the initial example migrations into the local sqlite development database:\n  * `yarn run sequelize db:migrate`\n  * You can use `yarn run sequelize ...` to call any `sequelize-cli` commmand you need\n* Then run `yarn start` to start a local development server\n\n## Contributing\n\n1. Fork it ( https://github.com/SeedyROM/node-sequelize-api/fork )\n2. Create your feature branch (git checkout -b feature/my-new-feature)\n3. Commit your changes (git commit -am 'Add some feature')\n4. Push to the branch (git push origin feature/my-new-feature)\n5. Create a new Pull Request\n\n## Contributors\n\n- [SeedyROM](https://github.com/SeedyROM) Zack Kollar - creator, maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseedyrom%2Fnode-sequelize-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseedyrom%2Fnode-sequelize-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseedyrom%2Fnode-sequelize-api/lists"}