Write common SQL statements
October 10, 2017
Build CRUD APIs
October 13, 2017
 

Connect a backend to a database

 

Tuesday, October 10th, 2017

Given a database and a backend with queries, write the commands to connect it to a database

For this mastery, I will use my Angular Inbox
https://ang-inbox.firebaseapp.com/

It uses a database that I created

https://ang-database.herokuapp.com/api/

This was built on Angular 1.6, so the backend queries were built into the components.

A collection of applications without database connections will render them non-functional.