Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rjcc88/nz-t-app

 
 

Repository files navigation

NZ-T-APP

Angular - NgZorro - Fully Typesafe - Frontend to Backend

Installation

Install nz-t-app client and backend

Clone Repository

  git clone (https://github.com/Kelxety/nz-t-app.git)

Client & Backend Side:

  cd nz-t-app && pnpm i
  npx prisma db push
  npx prisma migrate dev
  pnpm run dev

Generate Routes in Backend

  npx nest generate resource route_name

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DATABASE_URL

PORT

PRODUCT_KEY_SECRET

SECRET_KEY

ACCESS_TOKEN_SECRET

ACCESS_TOKEN_EXPIRATION

REFRESH_TOKEN_SECRET

REFRESH_TOKEN_EXPIRATION

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 71.6%
  • HTML 23.3%
  • Less 4.1%
  • Other 1.0%