A blogging website made using EJS, Express, NodeJS and MongoDB. It makes use of EJS templates to render different HTML pages and the backend is built using NodeJS. The blog posts are stored to MongoDB using Mongoose. This project has a secret compose route which is available only to the website administrator.
#Steps to run the project locally
- Clone the repository.
- Run "npm install"
- Run "node app.js"