29 Commits

Author SHA1 Message Date
rinosukmandityo
c36f3f41a8 change some naming on repository adapter 2020-03-26 08:15:57 +07:00
rinosukmandityo
dadf545d53 change api logic for get, update, delete to handle sub router 2020-03-20 20:15:11 +07:00
rinosukmandityo
f3851b4a43 change router structure to support subrouters 2020-03-20 14:56:14 +07:00
rinosukmandityo
dc99a8d10e update readme 2020-03-20 10:56:49 +07:00
rinosukmandityo
4f56dae42e - change error handling using bad request instead of internal server error
- change update and delete using put and delete
2020-03-20 10:44:24 +07:00
rinosukmandityo
594c858637 change project structure and update vendor 2020-03-19 13:47:21 +07:00
rinosukmandityo
17bf847c21 adding data not found on sql adapter 2020-03-19 06:33:14 +07:00
rinosukmandityo
651a69d430 change environment variable naming 2020-03-18 18:27:53 +07:00
rinosukmandityo
153d6b638e replace redis with mysql 2020-03-18 18:18:03 +07:00
rinosukmandityo
b73e4839f4 refractor port & adapter for repository and service 2020-03-17 20:12:49 +07:00
rinosukmandityo
7989596aa3 remove duplicate instruction 2020-02-14 11:21:05 +07:00
rinosukmandityo
ded0a6a2b2 update readme 2020-02-13 16:33:14 +07:00
rinosukmandityo
0c3d55bdb6 update readme 2020-02-13 16:26:58 +07:00
rinosukmandityo
144b905d84 update readme 2020-02-13 14:49:32 +07:00
rinosukmandityo
8682817eee update readme 2020-02-13 12:18:56 +07:00
rinosukmandityo
b6ead1aca7 - adding logic for login api
- adding unit test for login api
- change register handler logic
2020-02-08 13:27:47 +07:00
rinosukmandityo
476de9a4d4 adding test script to test login with email 2020-02-08 08:17:52 +07:00
rinosukmandityo
a73c59dd2f adding unit test for login service 2020-02-08 08:13:10 +07:00
rinosukmandityo
83328fda40 change on repository interface 2020-02-08 07:59:58 +07:00
rinosukmandityo
a1e8d5df76 adding global function for forming user data 2020-02-07 21:37:30 +07:00
rinosukmandityo
cff2f200e0 create global function for password encryption and password match 2020-02-07 21:11:15 +07:00
rinosukmandityo
8201787dd3 - adding logic for authenticate repo on redis
- move redis key generator into separate file
2020-02-07 20:43:19 +07:00
rinosukmandityo
f627bf2222 - adding logic for authenticate repo on mongo
- move error message into separate file
- move choose repo function from helper to repo helper
- adding logic for remove existing test data if any for each test file
- remove change password and user activation from login interface
2020-02-07 19:54:41 +07:00
rinosukmandityo
f0ef2591ed change file test execution using tags 2020-02-06 06:47:23 +07:00
rinosukmandityo
2025a70977 change file test execution using tags 2020-02-06 06:45:14 +07:00
rinosukmandityo
696d0bbceb - change file test execution using -tags
- close http test server
- pool all test case into one function for easy maintenance
2020-02-06 06:37:30 +07:00
rinosukmandityo
901183d856 adding vendor and update some codes on test script 2020-02-05 16:15:48 +07:00
rinosukmandityo
60d040afd6 adding initial commit for CRUD user 2020-02-04 08:18:02 +07:00
Rino Sukmandityo
b7f55adbd0 Initial commit 2020-02-04 07:30:17 +07:00