if you would like to just test the backend run the up command, and that should be all you need to do
Clone this repo and run
docker compose up
Open http://localhost:3000/api/posts with your browser to see the result.
Expected body for update post
{
Title,
Body,
user_uuid,
created_at,
updated_at
}
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.
- Tailwind docs - CSS library
- FormKit Docs - Library used for form inputs
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!