Skip to content

Minimalist Node.js and Express blogging platform with EJS templating, CRUD functionality, and responsive design.

Notifications You must be signed in to change notification settings

gupta-nu/ARKIVE_BLOGSITE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARKIVE Blogsite

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.

Features

  • 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.

Technologies Used

  • 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.

Installation

To set up the ARKIVE Blogsite locally, follow these steps:

  1. 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.

About

Minimalist Node.js and Express blogging platform with EJS templating, CRUD functionality, and responsive design.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published