# 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
- created_at …
Table todos
- todo_id
- activity_group_id
- title
- priority
- is_active
- created_at