jhachtel / AMIS3610-Group-Project

0 stars 0 forks source link

Create new database and hook the project to it. #23

Closed jhachtel closed 5 years ago

jhachtel commented 5 years ago

Project database is connected to personal lab database.

This will be an issue with us all on our own machines. We actually need to set up an Azure database and start using it. I'll look into it and see what needs to happen.

jhachtel commented 5 years ago

Database created on Azure. Will post details here after deployment is successful.

jhachtel commented 5 years ago

I need ip addresses to open up the firewall on Azure for the database. https://support.google.com/websearch/answer/1696588

Azure database info added to project wiki... https://github.com/jhachtel/AMIS3610-Group-Project/wiki/Database-Information

jhachtel commented 5 years ago

Can confirm app works without pgAdmin running.

I closed the Chrome window running pgAdmin, ran the app, opened a new Chrome window and was able to retrieve information using the api. I have not tried anything other than a GET yet.

jhachtel commented 5 years ago

Able to POST test@user.com per Lab 10 with pgAdmin not running (see above).

jhachtel commented 5 years ago

It worked fine throughout my work on the identity-fix branch.

jhachtel commented 5 years ago

Closing. No issues, even after changing the data model, dropping and recreating.