This is the Next.js reference implementation of my blog bost on How to design better APIs.
Clone the repository
git clone https://github.com/rbluethl/better-apis.git
Open the project
cd better-apis/
Run the project
npm run dev
Open http://localhost:3000 in your browser.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!