{"id":17657146,"url":"https://github.com/winverse/express-rest-api-sample","last_synced_at":"2025-04-14T22:44:48.610Z","repository":{"id":102392261,"uuid":"345049225","full_name":"winverse/express-rest-api-sample","owner":"winverse","description":"Express-rest-api-sample","archived":false,"fork":false,"pushed_at":"2022-08-09T01:29:43.000Z","size":59,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T10:54:06.523Z","etag":null,"topics":["express","rest-api"],"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/winverse.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-03-06T08:59:13.000Z","updated_at":"2022-08-02T04:21:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"0a2b55e9-a3fc-43d2-a7d4-3bab934e08d3","html_url":"https://github.com/winverse/express-rest-api-sample","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winverse%2Fexpress-rest-api-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winverse%2Fexpress-rest-api-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winverse%2Fexpress-rest-api-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winverse%2Fexpress-rest-api-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winverse","download_url":"https://codeload.github.com/winverse/express-rest-api-sample/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248975291,"owners_count":21192198,"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","rest-api"],"created_at":"2024-10-23T14:38:48.901Z","updated_at":"2025-04-14T22:44:48.604Z","avatar_url":"https://github.com/winverse.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express-rest-api-sample\n\nNodeJS REST API sample with integration Express, Sequelize\n\n## Configure Environment Variables\n\nOpen .env.sample file and edit the values and then  \nchange file name .env.development or .env.production depending on your environment if you need to.\n\nThis project uses [dotenv](https://www.npmjs.com/package/dotenv) to read and use .env file\n\n- Modular Routes\n- Database integration using [Sequelize V6](https://sequelize.org/master/)\n- JWT Token based Authentication\n- Implementing File Uploads by [multer](https://www.npmjs.com/package/multer)\n- [Supported REST API Doc](https://documenter.getpostman.com/view/4627621/Tz5jfft1) (Postman)\n\n## Project Start\n\nThis project requires Node 14 or later.\n\n```javascript\n 1. yarn // install dependencies\n 2. yarn dev // run server\n\n```\n\n### Migration Skeleton\n\nCreate migration file using sequelize cli\n\n```javascript\n  npx sequelize-cli migration:generate --name \u003cname\u003e\n```\n\n### Running migrations\n\n```javascript\n  yarn db:migrate\n```\n\n### Sync database\n\n```javascript\n  yarn db:sync\n```\n\n### Test\nTo run test, install jest\n```javascript\n  yarn test\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinverse%2Fexpress-rest-api-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinverse%2Fexpress-rest-api-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinverse%2Fexpress-rest-api-sample/lists"}