This is a blog. It was made with NodeJS, ExpressJS, EJS and MongoDB. It has a login and register page as well as a page where you can contact me for any questions.
You can find the blog here: https://code-blog.herokuapp.com
To run mongod: Windows: "C:\Program Files\MongoDB\Server\3.2\bin\mongod.exe" Mac: "mongod"
To run node: node app.js
or npm run server
Open localhost:5080