monkeytype/backend
Miodec 8cb954dd88 renamed auth to user
moved one require up
2021-06-16 00:46:37 +01:00
..
api using require instead of imports, added check name endpoint 2021-06-16 00:46:07 +01:00
dao added a is name available check 2021-06-16 00:45:28 +01:00
handlers added result dao and controller 2021-06-12 19:02:19 +01:00
init Added Auth Router and DAO 2021-06-06 22:02:37 +05:30
middlewares Added MonkeyError class 2021-06-06 22:56:12 +05:30
models user id is a string to allow uid to fit 2021-06-06 12:52:28 +01:00
.eslintrc.json moved eslint 2021-06-13 20:19:33 +01:00
migrate.js setting the id of the user document to the uid, checking if tags exist 2021-06-06 12:53:10 +01:00
mongo-todo.md Emptied cloudfunctions and functions/index.js, added stats collection 2021-06-03 22:45:30 -04:00
server.js renamed auth to user 2021-06-16 00:46:37 +01:00