Go to file
rui hildt 03815bd2f6 Add validateParticipantID to participant routes 2020-05-11 00:25:08 +02:00
api Add validateParticipantID to participant routes 2020-05-11 00:25:08 +02:00
config Implement auth with jwt and add endpoints 2020-05-08 13:12:10 +02:00
data Add bcrypt password encoding to account seeds 2020-05-09 14:50:47 +02:00
helpers Reorganize and improve error responses 2020-05-11 00:03:48 +02:00
middlewares Add validateParticipantID to participant routes 2020-05-11 00:25:08 +02:00
.gitignore Initial commit 2020-03-20 13:25:37 +00:00
LICENSE Add basic server 2020-04-14 14:42:49 +02:00
README.md Split documentation to its own repo 2020-04-14 14:06:14 +02:00
index.js Replace bcrypt with bcryptjs / move env to config 2020-05-07 15:10:15 +02:00
knexfile.js Replace bcrypt with bcryptjs / move env to config 2020-05-07 15:10:15 +02:00
package-lock.json Implement auth with jwt and add endpoints 2020-05-08 13:12:10 +02:00
package.json Implement auth with jwt and add endpoints 2020-05-08 13:12:10 +02:00

README.md

Meeting Planner Backend

Meeting Planner helps you find the best time to schedule a meeting across several timezones. It's based on the availibity of all participants for specific days.

Backend architecture