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.
Does to schema validation feature of MongoDB provide functionality you are looking for? Considering the rigid nature of blog data, would a relational database fit your purposes better?
(^This is purely a thought exercise. MongoDB would work perfectly well for you, it's just a good opportunity to get exposure to other options and weigh up the pros and cons).
Does to schema validation feature of MongoDB provide functionality you are looking for? Considering the rigid nature of blog data, would a relational database fit your purposes better?
(^This is purely a thought exercise. MongoDB would work perfectly well for you, it's just a good opportunity to get exposure to other options and weigh up the pros and cons).