Travis Hubbard : js-dipl-1803_ce
The gradebook app lets an instructor grade student repositories submitted to github. It pulls a student's code from github and allows for code comments on lines.
| 1) Create Heroku Account | |
| - https://signup.heroku.com/dc | |
| 2) Install Heroku CLI | |
| - https://devcenter.heroku.com/articles/heroku-cli#download-and-install | |
| 3) Create Heroku App | |
| - heroku create «your app name» | |
| - check `heroku -v` |
| { | |
| "10000": true, | |
| "10010": true, | |
| "10020": true, | |
| "10100": true, | |
| "10130": true, | |
| "10200": true, | |
| "10300": true, | |
| "10309": true, | |
| "10320": true, |
| [ | |
| "01000", | |
| "01010", | |
| "01020", | |
| "01030", | |
| "01040", | |
| "01048", | |
| "01049", | |
| "01050", | |
| "01060", |
Relational Model A framework for describing data. Data is organized into tables and relations.
SQL stands for Structured Query Language. It’s a standard language for implementing a Relational Model accessing and manipulating Relational databases.
MySQL is a RDMS (Relational Database Management System) that implements SQL .
CREATE DATABASE HOSPITAL
DB + MySQL Critical Concepts