{"id":51570771,"url":"https://github.com/theaungmyatmoe/restify","last_synced_at":"2026-07-10T19:03:15.566Z","repository":{"id":135585036,"uuid":"593988478","full_name":"theaungmyatmoe/restify","owner":"theaungmyatmoe","description":"This is start kit for building JWT based RESTful API with Node.js, Express and MongoDB.","archived":false,"fork":false,"pushed_at":"2023-01-31T19:30:09.000Z","size":298,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-13T21:26:56.634Z","etag":null,"topics":["expresss","mongodb","mongoose","mono-repo","mvc","nodejs","rest-api","turborepo","zod"],"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/theaungmyatmoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-01-27T10:27:45.000Z","updated_at":"2023-01-29T10:34:52.000Z","dependencies_parsed_at":"2024-04-21T06:13:19.441Z","dependency_job_id":"477da9db-5c88-421a-add8-9af03c8d2ba7","html_url":"https://github.com/theaungmyatmoe/restify","commit_stats":null,"previous_names":["aungmyatmoethegreat/restify","theaungmyatmoe/restify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theaungmyatmoe/restify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theaungmyatmoe%2Frestify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theaungmyatmoe%2Frestify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theaungmyatmoe%2Frestify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theaungmyatmoe%2Frestify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theaungmyatmoe","download_url":"https://codeload.github.com/theaungmyatmoe/restify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theaungmyatmoe%2Frestify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35339931,"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-07-10T02:00:06.465Z","response_time":60,"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":["expresss","mongodb","mongoose","mono-repo","mvc","nodejs","rest-api","turborepo","zod"],"created_at":"2026-07-10T19:03:14.222Z","updated_at":"2026-07-10T19:03:15.551Z","avatar_url":"https://github.com/theaungmyatmoe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Restify\n\nThis is a start kit for building JWT based REST API with Node.js, Express and MongoDB which includes user authentication and session based authentication for web apps.\n\n## Features\n\n- JWT Authentication (API)\n- Session Authentication (Web)\n- User Authentication (Full Stack)\n\n## Tech Stack\n\n- [JWT](https://jwt.io)\n- [Next](https://nextjs.org)\n- [Node.js](https://nodejs.org)\n- [MongoDB](https://mongodb.com)\n- [SWR](https://swr.vercel.app)\n- [Express](https://expressjs.com)\n- [Mono Repo](https://trubo.build)\n- [Mongoose](https://mongoosejs.com)\n- [ESbuild](https://esbuild.github.io)\n- [Helmet](https://helmetjs.github.io)\n- [Zod](https://www.npmjs.com/package/zod)\n- [Bcrypt](https://www.npmjs.com/package/bcrypt)\n- [React Hook Form](https://react-hook-form.com)\n- [Consola](https://www.npmjs.com/package/consola)\n- [Axios](https://www.npmjs.com/package/axios)\n- [Cookie Parser](https://www.npmjs.com/package/cookie-parser)\n\n## Architecture\n\n- MVC\n- REST\n- Mono Repo\n\n## Directory Structure\n\n```\n.\n├── apps\n│   ├── backend\n│   │   └── src\n│   │       ├── config\n│   │       ├── controllers\n│   │       ├── middlewares\n│   │       ├── models\n│   │       ├── routes\n│   │       ├── schemas\n│   │       ├── services\n│   │       └── utils\n│   └── client\n│       ├── app\n│       │   ├── auth\n│       │   │   ├── login\n│       │   │   └── register\n│       │   ├── hooks\n│       │   └── utils\n│       ├── pages\n│       │   └── api\n│       └── public\n└── packages\n    └── tsconfig\n```\n\n## Installation\n\n```bash\npnpm install\n```\n\n## Development\n\n```bash\npnpm dev\n```\n\n## Production\n\n```bash\npnpm build\n```\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheaungmyatmoe%2Frestify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheaungmyatmoe%2Frestify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheaungmyatmoe%2Frestify/lists"}