Express and PostgreSQL
In the next week or so, we'll be applying what we know about SQL and databases to our new express.js skills by writing an app for managing a music library.
Learning Objectives
How to design and implement an API which can perform CRUD operations on a database.
Concepts
- Database Design
- SQL
- Postgres
- CRUD Operations