Simple blog while learning express.
🎯 Goals:
- homepage with short posts descriptions
- add blog possibility
- click on a blog post in homepage and read whole post;
- login, logout, protect route with express-session;
Must have Node.js installed
-
Clone the repo
-
Go into project directory and Install NPM packages
npm install
-
run index.js for help
node .or
npm start