aboutsummaryrefslogtreecommitdiff
path: root/index.js
Commit message (Expand)AuthorAgeFilesLines
* Started using `express-session` with `connect-mongo`.Mateja2021-05-061-0/+15
* Started using `dotenv`.Mateja2021-05-061-1/+3
* Set `useFindAndModify` to false.Mateja2021-05-031-1/+5
* Use MongoDB (with Mongoose) to store posts.Mateja2021-05-031-0/+2
* Started using Express router.Mateja2021-05-021-18/+2
* Setting up html for pages and form body parser.Mateja2021-05-021-0/+7
* Add `public` directory for static files.Mateja2021-05-021-0/+2
* Started using `express-handlebars`.Mateja2021-05-021-1/+15
* Basic Express.js web server.Mateja2021-05-021-10/+6
* A more verbose version of basic Node.js web server.Mateja2021-05-021-2/+7
* Simplest Node.js web server.Mateja2021-05-021-0/+8