cypress-io / cypress-realworld-testing-course-app

https://cypress-realworld-testing-course-app.vercel.app/
72 stars 225 forks source link

Dx 769 refactor course app to use next apis #3

Closed robertguss closed 2 years ago

robertguss commented 2 years ago
linear[bot] commented 2 years ago

DX-769

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/cypress-io/cypress-realworld-testing-course-app/EoMJy3xVxHSc3cWwZjDJ8RwKfAdu
✅ Preview: https://cypress-realworld-testing-course-app-git-dx-7-963dd1-cypress-io.vercel.app

robertguss commented 2 years ago

@kevinold I made some notes at the top of the changes I made. This basically is a refactor to have all the pages use an API route to get the courses data so we can teach people how to test API routes within Next.js.