- Copy .env.template to .env
- Setup database connection url
- Setup thunder client, collection is exported at thunder-collection_course.json
remove fakeDb and use postgres to store data changing format of response.
use 1 table (courses)
notice that department is denormalized
Create sql create table script file and manually run it in sql client is not a bad solution
normalize department
read more on join table to get single query code
Add edit route