Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 300 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 300 Bytes

Preparing environment

# Install dependencies
yarn
# Generate prisma client lib
npx prisma generate

Testing

# Run jest
npx jest

Building

# Build with nest
npx nest build

Runnning the application

# Run the application with node
node dist/main