{"id":18699223,"url":"https://github.com/vicainelli/node-scaffold-api-adonisjs","last_synced_at":"2025-11-08T19:30:35.096Z","repository":{"id":47747038,"uuid":"313759280","full_name":"vicainelli/node-scaffold-api-adonisjs","owner":"vicainelli","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-03T19:45:38.000Z","size":287,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T04:47:10.272Z","etag":null,"topics":["adonis","adonis-framework","adonisjs","adonisjs-framework","adonisjs5","api","microservice","node-api","node-api-base","rest-api","scaffold-template"],"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/vicainelli.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}},"created_at":"2020-11-17T22:31:30.000Z","updated_at":"2023-03-08T22:59:06.000Z","dependencies_parsed_at":"2022-07-22T02:18:20.181Z","dependency_job_id":null,"html_url":"https://github.com/vicainelli/node-scaffold-api-adonisjs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicainelli%2Fnode-scaffold-api-adonisjs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicainelli%2Fnode-scaffold-api-adonisjs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicainelli%2Fnode-scaffold-api-adonisjs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vicainelli%2Fnode-scaffold-api-adonisjs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vicainelli","download_url":"https://codeload.github.com/vicainelli/node-scaffold-api-adonisjs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239559976,"owners_count":19659152,"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":["adonis","adonis-framework","adonisjs","adonisjs-framework","adonisjs5","api","microservice","node-api","node-api-base","rest-api","scaffold-template"],"created_at":"2024-11-07T11:32:17.476Z","updated_at":"2025-11-08T19:30:35.053Z","avatar_url":"https://github.com/vicainelli.png","language":"TypeScript","readme":"# NodeJS Scaffold API with AdonisJS 5\n\n## Requirements\n\n- Node.js \u003e= `14.15.4`\n- npm \u003e= `6.0.0`\n\nAnd if you don't have a database installed, you can use the Docker container.\n\n## Set It Up\n\n### Install node dependencies\n```\nnpm install\n```\n\n### Create the .env file\n```\ncp .env.example .env\n```\n\n### Create the tmp directory\n\n\u003e This step is necessary only to run tests\n\n```\nmkdir -p tmp\n```\n\n### Add the Docker database variables\n\n\u003e Only if you are going to use the database from the Docker container.\n\n```\nDB_CONNECTION=mysql\nMYSQL_HOST=localhost\nMYSQL_PORT=3307\nMYSQL_USER=adonisjs\nMYSQL_PASSWORD=secret\nMYSQL_DB_NAME=adonisjs\nMYSQL_ALLOW_EMPTY_PASSWORD=true\n```\n\n### Set up docker\n```\ndocker-compose build \u0026\u0026 docker-compose up -d\n```\n\n### Run the migrations\n```\nnode ace migrations:run\n```\n\n### Start and watch the serve\n```\nnode ace serve --watch\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicainelli%2Fnode-scaffold-api-adonisjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvicainelli%2Fnode-scaffold-api-adonisjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvicainelli%2Fnode-scaffold-api-adonisjs/lists"}