Vend-ng / Vend.Repo

0 stars 0 forks source link

Database (Part 2) - Implementation #3

Open TheMoakMan opened 5 years ago

TheMoakMan commented 5 years ago

This step is to implement the database once it has been designed. This involves creating the tables and determining which queries we will need to use to interact with them.

Construct a test command line program (Python should work), that will connect with the database and demonstrate that it is running.

You will need to get the server key from Azure, and connect to it. This can be rudimentary for the first test.