{"id":24311622,"url":"https://github.com/appeltje-c/rant","last_synced_at":"2026-05-30T22:32:01.695Z","repository":{"id":272743783,"uuid":"917604559","full_name":"appeltje-c/rant","owner":"appeltje-c","description":"Rest Api on NodeJS with Typescript - A Boilerplate to get you started","archived":false,"fork":false,"pushed_at":"2025-01-16T10:16:44.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T23:13:33.739Z","etag":null,"topics":["boilerplate","node","node-js","nodejs","rest","rest-api","restful","restful-api","starter","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/appeltje-c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2025-01-16T09:57:52.000Z","updated_at":"2025-01-16T10:32:17.000Z","dependencies_parsed_at":"2025-01-16T11:53:20.776Z","dependency_job_id":"c8497c57-14c1-48df-ba1b-c5d9db3c18c0","html_url":"https://github.com/appeltje-c/rant","commit_stats":null,"previous_names":["appeltje-c/rant"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/appeltje-c/rant","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appeltje-c%2Frant","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appeltje-c%2Frant/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appeltje-c%2Frant/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appeltje-c%2Frant/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appeltje-c","download_url":"https://codeload.github.com/appeltje-c/rant/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appeltje-c%2Frant/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33712579,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["boilerplate","node","node-js","nodejs","rest","rest-api","restful","restful-api","starter","typescript"],"created_at":"2025-01-17T07:12:27.719Z","updated_at":"2026-05-30T22:32:01.671Z","avatar_url":"https://github.com/appeltje-c.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rant\n\nRest API on NodeJS with Typescript - A Boiletplate\n\n## Get started\n\nRunning locally:\n\n```bash\nyarn dev\n```\n\nRunning in production:\n\n```bash\nyarn start\n```\n\nTesting:\n\n```bash\n# run all tests\nyarn test\n\n# run all tests in watch mode\nyarn test:watch\n\n# run test coverage\nyarn coverage\n```\n\nDocker:\n\n```bash\n# run docker container in development mode\nyarn docker:dev\n\n# run docker container in production mode\nyarn docker:prod\n\n# run all tests in a docker container\nyarn docker:test\n```\n\n## Environment Variables\n\nThe environment variables can be found and modified in the `.env` file. They come with these default values:\n\n```bash\n# Port number\nPORT=3000\n\n# URL of the Mongo DB\nMONGODB_URL=mongodb://127.0.0.1:27017/rant\n\n# JWT\n# JWT secret key\nJWT_SECRET=thisisasamplesecret\n# Number of minutes after which an access token expires\nJWT_ACCESS_EXPIRATION_MINUTES=30\n# Number of days after which a refresh token expires\nJWT_REFRESH_EXPIRATION_DAYS=30\n\n# SMTP configuration options for the email service\n# For testing, you can use a fake SMTP service like Ethereal: https://ethereal.email/create\nSMTP_HOST=email-server\nSMTP_PORT=587\nSMTP_USERNAME=email-server-username\nSMTP_PASSWORD=email-server-password\nEMAIL_FROM=support@yourapp.com\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappeltje-c%2Frant","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappeltje-c%2Frant","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappeltje-c%2Frant/lists"}