https://github.com/yboyer/nodejs-template
Monorepo template with Fastify, Prisma, Mailgun, React
https://github.com/yboyer/nodejs-template
fastify mailgun prisma react template
Last synced: 5 months ago
JSON representation
Monorepo template with Fastify, Prisma, Mailgun, React
- Host: GitHub
- URL: https://github.com/yboyer/nodejs-template
- Owner: yboyer
- Created: 2023-05-31T09:50:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-12-17T20:51:21.000Z (6 months ago)
- Last Synced: 2025-12-18T23:22:58.710Z (6 months ago)
- Topics: fastify, mailgun, prisma, react, template
- Language: TypeScript
- Homepage:
- Size: 622 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS template
## *Adjustments*
- Remove front if not needed
- `./front`
- `./.husky/pre-commit:front`
- Remove DB if not needed
- `./postgres_ctx`
- Prima: `./api/prisma`, `./api/src/models`, `./api/package.json:prisma*`
- `./docker-compose.yml:postgres`
- `./.docker/Dockerfile.api:prisma*`