{"id":29171968,"url":"https://github.com/nutancoder/nodejs-sqlite-api-jwt","last_synced_at":"2026-05-17T18:05:53.001Z","repository":{"id":300424257,"uuid":"1006086017","full_name":"NutanCoder/nodejs-sqlite-api-jwt","owner":"NutanCoder","description":"A ready to use REST API using nodejs and sqlite with swagger for learning frontend","archived":false,"fork":false,"pushed_at":"2025-06-21T15:33:59.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-01T13:09:39.765Z","etag":null,"topics":["jwt-authentication","rest-api","sqlite","swagger"],"latest_commit_sha":null,"homepage":"","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/NutanCoder.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":"2025-06-21T13:11:26.000Z","updated_at":"2025-06-21T15:34:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e59bd5c-67a3-40ec-9618-59fa94843ff4","html_url":"https://github.com/NutanCoder/nodejs-sqlite-api-jwt","commit_stats":null,"previous_names":["nutancoder/nodejs-sqlite-api-jwt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NutanCoder/nodejs-sqlite-api-jwt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NutanCoder%2Fnodejs-sqlite-api-jwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NutanCoder%2Fnodejs-sqlite-api-jwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NutanCoder%2Fnodejs-sqlite-api-jwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NutanCoder%2Fnodejs-sqlite-api-jwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NutanCoder","download_url":"https://codeload.github.com/NutanCoder/nodejs-sqlite-api-jwt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NutanCoder%2Fnodejs-sqlite-api-jwt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264926332,"owners_count":23684320,"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":["jwt-authentication","rest-api","sqlite","swagger"],"created_at":"2025-07-01T13:09:38.756Z","updated_at":"2026-05-17T18:05:47.968Z","avatar_url":"https://github.com/NutanCoder.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node.js SQLite In-Memory Database Example\n\nThis project sets up an **in-memory SQLite database** using Node.js and the `sqlite3` package. It defines two tables:\n\n- `users`: Stores user data with unique emails.\n- `books`: Stores books with a foreign key referencing a user.\n\n## Features\n\n- Uses SQLite in-memory mode (data resets on every restart).\n- Initializes `users` and `books` tables on server start.\n- Demonstrates usage of foreign keys in SQLite.\n\n## Prerequisites\n\n- Node.js (v14 or above recommended)\n- npm\n\n## Installation\n\n```bash\ngit clone https://github.com/NutanCoder/nodejs-sqlite-api-jwt.git\ncd nodejs-sqlite-api-jwt\nnpm install\nnpm run start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnutancoder%2Fnodejs-sqlite-api-jwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnutancoder%2Fnodejs-sqlite-api-jwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnutancoder%2Fnodejs-sqlite-api-jwt/lists"}