/iris_app

Node.js API with a PostgreSQL database using the classic iris data set

Primary LanguageJavaScript

Iris API Waffle.io - Issues in progress

Normalizing the database with raw SQL

Recording my steps on an agile board is a way of communicating progress to teammates. waffle card for db normalization Instead of a column on the irises table listing the name of the class, an indexed foreign key is now used: irises table normalized

The new classes table: new table - classes

The Iris API ingests the classic iris data set and provides the following API endpoints:

DOCUMENTATION COMING SOON