Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Returning validation errors and old values to `post` form. | Mateja | 2021-05-09 | 1 | -1/+5 |
* | Fix: `Remove` button visibility | Mateja | 2021-05-07 | 1 | -1/+1 |
* | Change page layout if user is logged in. | Mateja | 2021-05-07 | 2 | -25/+30 |
* | Adding new users without validation. | Mateja | 2021-05-06 | 2 | -1/+7 |
* | Boilerplate for login system. | Mateja | 2021-05-06 | 5 | -2/+65 |
* | Add delete option on every post. | Mateja | 2021-05-03 | 1 | -1/+2 |
* | Use MongoDB (with Mongoose) to store posts. | Mateja | 2021-05-03 | 1 | -3/+5 |
* | Setting up html for pages and form body parser. | Mateja | 2021-05-02 | 2 | -2/+25 |
* | Add `public` directory for static files. | Mateja | 2021-05-02 | 1 | -1/+4 |
* | Started using `express-handlebars`. | Mateja | 2021-05-02 | 3 | -0/+47 |