Commit Graph

24 Commits

Author SHA1 Message Date
Alex Holliday
d842d9c9a9 Merge branch 'master' into feat/alert-db 2024-05-29 12:18:18 -07:00
Alex Holliday
5fc4b018f9 Fixed return type for deleteChecks 2024-05-29 12:15:59 -07:00
Alex Holliday
879d2337b6 Added alert DB operations 2024-05-29 12:12:56 -07:00
Alex Holliday
6437e8e9bf implemented DB operations for Checks 2024-05-29 10:59:29 -07:00
Alex Holliday
fdb8c6b20a Finished routes, validation, and scaffold DB 2024-05-28 13:02:19 -07:00
Alex Holliday
bd4d442781 Merge branch 'master' into feat/check-routes 2024-05-27 15:38:12 -07:00
Alex Holliday
1e398d9153 Added route and DB scaffolds 2024-05-27 13:51:51 -07:00
Alex Holliday
7672cd5530 Removed password from returned user, updated readme 2024-05-27 12:27:57 -07:00
Alex Holliday
78abdd7f70 Fixed bug in error handler, finished implementing update user endpoint 2024-05-27 12:03:32 -07:00
Alex Holliday
d84a0f9c87 Started update user route 2024-05-27 11:57:25 -07:00
Alex Holliday
ef8867658e Removed package-lock.json from root 2024-05-24 13:44:42 -07:00
Alex Holliday
b1afdaa776 Added JWT to registration and login 2024-05-22 10:48:58 -07:00
Alex Holliday
4f934c0d69 Accidentally removed isActive filter from getAll, replaced it 2024-05-21 13:58:29 -07:00
Alex Holliday
c4dc57b9be Updated status codes, added edit monitor endpoint 2024-05-21 13:52:28 -07:00
Alex Holliday
face3339cd Updated getAllMonitors to only return active monitors 2024-05-21 11:28:36 -07:00
Alex Holliday
e7cd1ae6ab Added create and delete monitor routes, Added JSDocs to MongoDB 2024-05-21 11:23:39 -07:00
Alex Holliday
e7a58f2756 Added login route, updated readme 2024-05-15 12:16:04 -07:00
veyselboybay
ca33fcae91 update on joi schema, added logger docs, and updated user model 2024-05-14 23:15:29 -04:00
Alex Holliday
a4a61695b0 Updated gitignore to ignore log files, Refactored Authcontroller to use DB interface, Added Try/Catch to validation to catch uncaught error, Added username optional validation to Joi so it expects a username 2024-05-14 11:12:22 -07:00
Alex Holliday
4e12778f00 Remove seed data, not required 2024-05-13 15:22:35 -07:00
Alex Holliday
8cc92e6c40 Implemented MongoDB example db, updated documentation 2024-05-13 14:21:27 -07:00
Alex Holliday
7d6d2d341b Added one last comment 2024-05-10 14:04:13 -07:00
Alex Holliday
49a11b5abb Added some comments RE fake database 2024-05-10 14:03:36 -07:00
Alex Holliday
2e2d91937e Added fake DB for monitor route testing 2024-05-10 13:59:33 -07:00