kostaschikis / node-blog

A blog app made with Node, Express, Mongo and EJS πŸ“

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node Blog πŸ“

A simple Blog application i made using Node.js, Express, MongoDB and EJS.

❗ Made mainly for learning purposes

How to Run

  1. npm install
  2. Make your own .env following .example.env
  3. npm start
  4. Fire up your browser and visit http://localhost:3000

How to Use

Functionality is pretty basic:

  • Anyone can read all the blog posts.
  • You need an account to make a blog post.

⚠ User accounts are not stored in the DB at the moment. Coming soon...

What I Learned

  • More Node.js Concepts
  • Express.js & Express-Session
  • MVC Pattern with Node and Express
  • EJS Templating
  • Passport.js Auth - Local Strategy

About

A blog app made with Node, Express, Mongo and EJS πŸ“


Languages

Language:JavaScript 78.3%Language:CSS 21.7%