Clean-Blog , web application based on showing multiple posts on a single page, historically sorted with the most recent content at the top. Post writing, editing and deleting operations are done.
- npm >= 6.14.14
- node >= v14.17.4
- express >= 4.17.2
- mongodb >= v5.0.5
Clone the repo
git clone https://github.com/alperbayram/Clean-Blog.git
Open folder
cd Clean-Blog
Install NPM packages
npm install
npm start
http://localhost:5000
This project is MIT licensed.