# Blogs 📜 > _A simple blogging platform._ ## Technologies 🔎 ### Backend 🗄️ - [Node](https://nodejs.org/) - [Express](https://expressjs.com/) - [EJS](https://ejs.co/) - [Showdown](https://showdownjs.com/) - [Compression](https://github.com/expressjs/compression) - [Helmet.js](https://helmetjs.github.io/) ### Frontend 🖥️ - [Highlight.js](https://highlightjs.org/) ## Installation 🛠️ 1. Clone the repo: `git clone https://github.com/Geri76/blogs.git` 2. Install npm packages: `npm i` 3. Start the project with: `npm run dev` _or_ `npm run start` ## The contents of the `data` folder (example) > - 📁 `data` > - 📄 `stats.json` > - 📁 `user1` > - 📁 `files` > - 📄 `cat.png` > - 📁 `posts` > - 📄 `hello.md` > - 📁 `user2` > - 📁 `files` > - 📄 `house.png` > - 📁 `posts` > - 📄 `welcome.md`