The application functions as a forum-blog, you can publish some posts, leave comments and set likes.
Before you begin, ensure you have Node.js version 18.16.0 or later installed on your machine.
To get started with the project, you need to install all dependencies:
npm installTo run the application, use the following commands:
npm startOnce the application is running, you can access it via http://localhost:3000/.