ARKIVE is a minimalistic blogging platform built with Node.js, Express, and EJS. This project serves as a foundation for creating and managing a blog with essential features for publishing articles and engaging with readers.
- User-friendly interface: Simple design for easy navigation and reading.
- Dynamic routing: Utilizes Express for seamless route management.
- Template rendering: EJS templates allow for flexible page layouts.
- CRUD operations: Basic functionality for creating, reading, updating, and deleting blog posts.
- Responsive design: Adapts to various screen sizes for optimal user experience.
- Node.js: Server-side JavaScript runtime.
- Express: Web framework for building web applications.
- EJS: Embedded JavaScript templating for rendering dynamic HTML pages.
- CSS: Styling for the front-end layout.
To set up the ARKIVE Blogsite locally, follow these steps:
- Clone the repository:
git clone https://github.com/gupta-nu/ARKIVE_BLOGSITE.git cd ARKIVE_BLOGSITE Install dependencies: bash npm install
Run the application:
bash
npm start
Open your browser and navigate to http://localhost:3000.
Usage
After setting up, you can create new blog posts, view existing ones, and manage content through the provided interface.
Contributions are welcome! Please fork the repository and submit a pull request with your enhancements or bug fixes.