Install my-project with npm
npm install
npm run push
npm run dev
Server: Node, Express, Redis, PrismaORM, TypeScript, Apollo, Graphql, TypeGraphql
Variable | Value |
---|---|
DATABASE_URL | postgresql://root:[email protected]:5432/boilerplate?connection_limit=1&pool_timeout=6 |
JWT_USER_SECRET | JWTSECRET123!! |
PORT | 4000 |
REDIS_URL | redis://localhost:6379 |
REDIS_PASSWORD | redis123 |