Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 652 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 652 Bytes

Blogify

A very simple blog website

Tech Stack

Front-end: HTML5, CSS3, and vanilla Javascript

Back-end framework: Expressjs, MVC pattern with Ejs template engine.

Database: MongoDB

Run the application

Nodejs environment required

npm run => Runs with "nodemon ./bin/www" for development environment (listens by default on port 3000). npm start => Runs with "node ./bin/www" for production environment.

Note that it is required to register with email to use the full functionality such as add/update/delete posts and categories. It saves the registration info in a given MongoDB database.

!Please use dummy user names and passwords.