aboutsummaryrefslogtreecommitdiff
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Returning validation errors and old values to `post` form.Mateja2021-05-091-1/+5
* Fix: `Remove` button visibilityMateja2021-05-071-1/+1
* Change page layout if user is logged in.Mateja2021-05-072-25/+30
* Adding new users without validation.Mateja2021-05-062-1/+7
* Boilerplate for login system.Mateja2021-05-065-2/+65
* Add delete option on every post.Mateja2021-05-031-1/+2
* Use MongoDB (with Mongoose) to store posts.Mateja2021-05-031-3/+5
* Setting up html for pages and form body parser.Mateja2021-05-022-2/+25
* Add `public` directory for static files.Mateja2021-05-021-1/+4
* Started using `express-handlebars`.Mateja2021-05-023-0/+47