Skip to content

NivinAnil/prisma-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup to run

  • install a postgres in the system.
  • Add .env file
DATABASE_URL="postgresql://<userName>:<password@localhost:5432/<db-name>?schema=public"
JWT_SECRET="32 char secret for JWT"
JWT_EXPIRES_IN="1h"
SECRET="Secret for hashing password"
  • install dependency
npm install
  • run the server
run run dev  

Testing use ./rest folder and vs code extension rest client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published