Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 1.89 KB

README.md

File metadata and controls

73 lines (49 loc) · 1.89 KB

Blogging Website

Welcome to the Blogging Website! This platform allows you to share your thoughts, create engaging content, and interact with your audience through a modern and user-friendly blogging experience.

Table of Contents

Features

  • Create and publish blog posts with rich text formatting.
  • User-friendly and responsive design for an optimal viewing experience.
  • User authentication and authorization for secure content management.
  • Interactive comments and engagement with readers.
  • Customizable user profiles and avatars.

Tech Stack

This project is built using the following technologies:

Installation

Follow these steps to set up the project locally:

  1. Clone the repository:

    git clone https://github.com/prashantrrai/Blogging-Website.git
    
    cd Blogging-Website
    
    cd frontend
    npm install
    
    cd ../backend
    npm install
    
    cd ../frontend
    ng serve
    
    cd ../backend
    node index.js
    

Your local development server should now be running.

Usage

Access the frontend application at http://localhost:4200 in your browser. Use the registration and login features to create an account or sign in. Create, edit, and publish your blog posts. Engage with readers through comments and discussions.

Deployment

The Blogging Website is deployed and live! You can access it at https://blogtale.netlify.app for a live demo.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow the Contribution Guidelines.

License

This project is licensed under the MIT License.