Go to file
rui hildt cfedf47568 Improve error messages with id 2020-05-05 11:34:30 +02:00
api Improve error messages with id 2020-05-05 11:34:30 +02:00
data Change fk constraint in possible_date migration 2020-05-04 19:00:20 +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 Revert server configuration in its own file 2020-05-04 12:28:54 +02:00
knexfile.js Complete crud for accounts and meetings endpoints 2020-05-04 16:02:31 +02:00
package-lock.json Complete crud for accounts and meetings endpoints 2020-05-04 16:02:31 +02:00
package.json Complete crud for accounts and meetings endpoints 2020-05-04 16:02:31 +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