https://github.com/irtiza751/sparkend
NestJS boilerplate with MikroORM, Auth, Social Signons (google), Mailing, File Upload, and more
https://github.com/irtiza751/sparkend
boilerplate mikro-orm nestjs-backend passport-google-oauth20 passport-jwt rest-api typescript
Last synced: 7 months ago
JSON representation
NestJS boilerplate with MikroORM, Auth, Social Signons (google), Mailing, File Upload, and more
- Host: GitHub
- URL: https://github.com/irtiza751/sparkend
- Owner: Irtiza751
- License: gpl-3.0
- Created: 2025-08-03T11:37:13.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-23T11:21:54.000Z (8 months ago)
- Last Synced: 2025-08-23T17:16:41.023Z (8 months ago)
- Topics: boilerplate, mikro-orm, nestjs-backend, passport-google-oauth20, passport-jwt, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 867 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sparkend REST API Boilerplate

## Description
NestJS REST API boilerplate for a traditional projects
## Features
- [x] Database MikroORM.
- [x] Database Seeding.
- [x] Config Service (@nestjs/config).
- [x] Sign in and sign up via email.
- [x] Refresh token
- [x] password reset / forget
- [x] Social sign in (Google).
- [x] Admin and User roles.
- [x] Mailing (mailtrap).
- [x] File upload (local & aws).
- [ ] E2E and Unit test.
- [ ] Dockerization.
- [ ] CI,CD (Github actions).
### Additional documentation
- [Setup guide](/docs/setup.md)
- [Architecture](/docs/architecture.md)