Blogging App - CRUD backend for Admin to add, amend and delete articles. API to pass data on to Frontend. Express used for routing. MongoDB for storage. Hosted on AWS using NginX reverse proxy.
0
stars
0
forks
source link
Add Route in to return JSON with all blogposts #37
Acceptance Criteria
GET request to :api/blogposts returns JSON of all blogposts and data.
Included in scope, creating API controller.