{"id":25655023,"url":"https://github.com/akashpawar43/starter-code","last_synced_at":"2026-04-10T00:43:30.264Z","repository":{"id":278627935,"uuid":"936248026","full_name":"akashpawar43/starter-code","owner":"akashpawar43","description":"starter code for project with authentication and file and folder structure setup already","archived":false,"fork":false,"pushed_at":"2025-02-20T19:19:37.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-20T20:26:39.124Z","etag":null,"topics":["access-token","authentication-service","bcryptjs","cookies","custom-authentication","expressjs","jwt-authentication","jwt-tokens","node-starter-kit","nodejs","postgre","prisma","refresh-token","starter-code","typescript","zod-validation"],"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/akashpawar43.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":"2025-02-20T19:10:08.000Z","updated_at":"2025-02-20T19:26:11.000Z","dependencies_parsed_at":"2025-02-20T20:26:55.413Z","dependency_job_id":null,"html_url":"https://github.com/akashpawar43/starter-code","commit_stats":null,"previous_names":["akashpawar43/starter-code"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashpawar43%2Fstarter-code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashpawar43%2Fstarter-code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashpawar43%2Fstarter-code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akashpawar43%2Fstarter-code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akashpawar43","download_url":"https://codeload.github.com/akashpawar43/starter-code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240379423,"owners_count":19792131,"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":["access-token","authentication-service","bcryptjs","cookies","custom-authentication","expressjs","jwt-authentication","jwt-tokens","node-starter-kit","nodejs","postgre","prisma","refresh-token","starter-code","typescript","zod-validation"],"created_at":"2025-02-23T21:19:02.120Z","updated_at":"2025-12-30T21:07:30.188Z","avatar_url":"https://github.com/akashpawar43.png","language":"TypeScript","readme":"## Starter code for project\n\n### start postgres locally\n```\ndocker run -e POSTGRES_PASSWORD=mypassword -d -p 5432:5432 postgres\n```\n\n### db url\n```\npostgresql://postgres:mypassword@localhost:5432/mydb?schema=public\n```\n\n### create .env file in root folder and add above url\n```\nDATABASE_URL = \"your_db_url\"\nPORT = 4000\nJWT_SECRET = \"your_jwt_secret\"\nJWT_REFRESH_SECRET = \"your_jwt_refresh_secret\"\n```\n\n### setup prisma\n```\nnpx prisma init\nnpx prisma generate dev --name init\nnpx prisma migrate\n```\n\n### start dev server\n```\nnpm run dev\n```\n\n### build server\n```\nnpm run build\n```\n\n\n### run build\n```\nnpm run start\n```\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakashpawar43%2Fstarter-code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakashpawar43%2Fstarter-code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakashpawar43%2Fstarter-code/lists"}