/simple-blog-learning-express

blog - add and view posts

Primary LanguageJavaScript

🪧 Simple blog, learning express

📋 About

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;

🏁 Getting started

Must have Node.js installed

  1. Clone the repo

  2. Go into project directory and Install NPM packages

    npm install
  3. run index.js for help

     node .

    or

     npm start