Live Demo: Explore the live website. 🖥
This project is a Node.js blog application that runs multiple servers, including an index server and a server running stimultany.
The app is developed using Node.js, Express.js, JavaScript, and EJS templating engine, and it utilizes APIs.
- Multiple Servers: The application runs multiple servers to handle different functionalities.
- Node.js and Express: Developed using Node.js and Express.js, two popular frameworks for building web applications in JavaScript.
- EJS Templating Engine: Uses EJS (Embedded JavaScript) templating engine for rendering dynamic content on the server-side.
- API Integration: Utilizes APIs for various functionalities.
-
Clone the repository:
git clone https://github.com/yourusername/api-nodejs-blog.git
-
Navigate to the project directory:
cd api-nodejs-blog
-
Install dependencies:
npm install
-
Start the application:
npm start
-
Access the application in your web browser by navigating to
http://localhost:PORT
, wherePORT
is the port number specified in the configuration. -
Explore the blog, interact with different features, and test the APIs.
Copyright © Shani Bider, 2024
This project is licensed under the MIT License.