Technical test Reign.
Use the docker-compose up -d
command:
docker-compose up -d
- All endpoints return either a JSON object or array.
{URL}/posts
Return posts ordered by date.
{URL}/posts/:id
Return post deleted.
{URL}/posts/populate
Fetch posts from Hacker news and update database.