# installation

# Setup MySQL Server

https://dev.mysql.com/downloads/installer/

# Setup Workbench

https://dev.mysql.com/downloads/workbench/

# Fix miss lib C++ 2019

https://support.microsoft.com/vi-vn/topic/t%E1%BA%A3i-xu%E1%BB%91ng-phi%C3%AAn-b%E1%BA%A3n-visual-c-m%E1%BB%9Bi-nh%E1%BA%A5t-%C4%91%C6%B0%E1%BB%A3c-h%E1%BB%97-tr%E1%BB%A3-2647da03-1eea-4433-9aff-95f26a218cc0

# update db config for local

  • .env.development

# Get Start

yarn

# For development

yarn dev

# For production

yarn prod

# Database sequelize

  • yarn add sequelize-cli
  • yarn db:create
  • yarn db:migrate

# Gmail

Username: noreply.ei@gmail.com Password: Abcd@1234 Host: Port:

# *** NOTE ****

  • Use camel for response
  • Use sequelize seed using faker to fake data
  • Use git update-index --assume-unchanged .env.development -> reject push server