sebastianhaas / medical-appointment-scheduling-server

NodeJS-driven backend for medical-appointment-scheduling
https://github.com/sebastianhaas/medical-appointment-scheduling
62 stars 35 forks source link

heroku demo doesnt work #49

Open gokipoki opened 5 years ago

gokipoki commented 5 years ago

heroku doesnt work, it shows internal 500 error. plus , is there any way to get SQL data to create the database?

sebastianhaas commented 5 years ago

Hi! SQL to create database is not required, you can tell loopback to provision the database on first startup.

sebastianhaas commented 5 years ago

Just call this https://github.com/sebastianhaas/medical-appointment-scheduling-server/blob/master/bin/automigrate.js