Categorygithub.com/Ferlyapiang/todolist-be-api
repositorypackage
0.0.0-20230421120137-6c80af5bb674
Repository: https://github.com/ferlyapiang/todolist-be-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

todolist-be-api

Backend Engineer Coding Test

env

  • MYSQL_HOST
  • MYSQL_PORT
  • MYSQL_USER
  • MYSQL_PASSWORD
  • MYSQL_DBNAME

Penamaan Table dan Field pada Database

Table activities

  • activity_id
  • title
  • email
  • created_at …

Table todos

  • todo_id
  • activity_group_id
  • title
  • priority
  • is_active
  • created_at

berjalan pada port 3030