Sample Posts is an API that provides sample content for our front-end challenge.
If you're looking for sample content, you can request it directly from our production endpoint:
👉 https://sample-posts.coderockr.com/api/posts
📷 https://sample-posts.coderockr.com/posts/post_1.jpg (for images)
If you wish to customize or modify the API behaviors or content, follow the Getting Started guide to run it locally.
Before start make sure that you have Node.js 22 and Vercel CLI installed and configured.
- Clone this repository
- Install the project dependencies
npm install
- Run it
vercel dev