https://github.com/facundo1000/express-simple-crud
Express app using Sqlite, Prisma ORM and JWT
https://github.com/facundo1000/express-simple-crud
express jwt prisma sqlite
Last synced: about 2 months ago
JSON representation
Express app using Sqlite, Prisma ORM and JWT
- Host: GitHub
- URL: https://github.com/facundo1000/express-simple-crud
- Owner: facundo1000
- License: mit
- Created: 2024-11-06T20:18:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-09T14:19:29.000Z (over 1 year ago)
- Last Synced: 2024-12-09T15:18:37.813Z (over 1 year ago)
- Topics: express, jwt, prisma, sqlite
- Language: JavaScript
- Homepage: https://express-simple-crud.onrender.com/api-docs/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Express Practice
- Prisma ORM: para crear los modelos.
- Sqlite: como base de datos en memoria.
- Express-Validator: para las validaciones `pnpm add express-validation -D`.
- Bcrypt: para la encriptacion de las claves. `pnpm add bcryptjs -D`
---
## Build Commands
### Render
- **Build Command**: `pnpm install --frozen-lockfile`
- **Start Command**: `npx prisma migrate reset -f && pnpm start`