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

Postgres database scripts are not included #42

Open sberdachuk-epam opened 6 years ago

sberdachuk-epam commented 6 years ago

Hello, Please add postgres database initial sql scripts for possibility local server installation for tests. Thank you

angsumandutta commented 6 years ago

Hello, How the DB tables created, currently I have errors relation not found exceptions.

Thanks

mdy405 commented 5 years ago

Do you guys found a way to recreate the DB! thx in advance

sebastianhaas commented 5 years ago

Sorry for being so inactive here. You can take a look at this issue:

https://github.com/sebastianhaas/medical-appointment-scheduling-server/issues/49

Just run the automigrate script. You can also find more information in the loopback documentation.