aboutsummaryrefslogtreecommitdiff
path: root/models/post.js
Commit message (Expand)AuthorAgeFilesLines
* Added more validation.Mateja2021-05-081-3/+13
* Make `title` and `text` required in `Post` model.Mateja2021-05-041-2/+2
* Add `date` to `post` model.Mateja2021-05-031-1/+2
* Use MongoDB (with Mongoose) to store posts.Mateja2021-05-031-0/+10