An app for the quick start of backend development. It has registration, JWT authorization, and confirmation emails. It uses Postgresql and Prisma.
- User can register
- User can login and get email with code
- User can authentificate
- User can get youself profile
- User can update profile
- User can delete profile
- PostgreSQL
- Node.js
- Prisma
- TypeScript
- Jest
- Hapi.js
Install npm dependencies:
npm install
Configure .env and start for development:
npm run dev