- NestJS
- TypeScript
- MySQL
- Prisma
- Redis
$ git clone https://github.com/TIL-Log-lab/Tilog-server-node-v2.git
$ yarn install
$ cd docker
$ docker-compose up
Please Change the environment variable(Database password) in docker-compose.yml
Read this guide and follow it
yarn prisma:migrate:local
In a local environment, use this command to generate and apply migrations
$ yarn start:local
$ yarn start:local:watch
$ yarn start:local:debug