Skip to content
/ Servelat Public

Quick start backend in NodeJS, Prisma, Hapi

Notifications You must be signed in to change notification settings

l0ne/Servelat

Repository files navigation

Servelat - modern backend boilerplate with Typescript, Prisma, Hapi

An app for the quick start of backend development. It has registration, JWT authorization, and confirmation emails. It uses Postgresql and Prisma.

Functionality

  • 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

Tech Stack

  • PostgreSQL
  • Node.js
  • Prisma
  • TypeScript
  • Jest
  • Hapi.js

How to use

Install npm dependencies:

npm install

Configure .env and start for development:

npm run dev

About

Quick start backend in NodeJS, Prisma, Hapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages