Blog Post App using EJS, ExpressJS, CSS, Axios A quick preview Get all posts Get a specific post Create a new post Update a post Delete posts If you want to try it yourself Make sure you have node installed Clone it and run npm i Then start the server node index.js node server.js And you can test it at http://localhost:3000