Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added more validation. | Mateja | 2021-05-08 | 2 | -7/+46 |
* | Fix model typo. | Mateja | 2021-05-06 | 1 | -1/+1 |
* | Boilerplate for login system. | Mateja | 2021-05-06 | 1 | -0/+12 |
* | Make `title` and `text` required in `Post` model. | Mateja | 2021-05-04 | 1 | -2/+2 |
* | Add `date` to `post` model. | Mateja | 2021-05-03 | 1 | -1/+2 |
* | Use MongoDB (with Mongoose) to store posts. | Mateja | 2021-05-03 | 1 | -0/+10 |