jwpf100 / node-blog

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

Determine blog requirements #8

Open jwpf100 opened 4 years ago

jwpf100 commented 4 years ago
Moppler commented 4 years ago

How do you plan to control who is allowed to add blog posts?

It's fine to not know the answer now. Securing the application can easily be a feature that you can plan to add in the future.

jwpf100 commented 4 years ago

@MattGibney Not sure yet. I think I was overreaching a little bit when I started so I've decided to pair it back a bit, getting the basics working locally, understanding mongo and the crud process first. I went through the process you recommended first (roughly) within the essential-coaching-app project, then realised I was biting off a bit more than I could chew, so started this as a more basic version to learn the database part first. I tried to add you to the essential coaching project, but not sure if I did!