- NestJS
- TypeScript
- TypeORM
- PostgreSQL
- Redis
- EJS
- TailwindCSS
- Clone this repository
- create and fill .env file :
DB_HOST=
DB_PORT=
DB_USERNAME=
DB_PASSWORD=
DB_DATABASE=
DB_SYNCHRONIZE=
REDIS_HOST=
REDIS_PORT=
JWT_SIGN_SECRET=
- Run
npm install
orpnpm install
- Run
npm run start:dev
orpnpm run start:dev