BlogLog

# BlogLog Welcome to BlogLog, your personalized blogging companion tailored to keep track of your thoughts, experiences, and reflections in one convenient log. This application is built with Node.js, Express, and MongoDB, making it easy for you to create, read, update, and delete (CRUD) your blog posts.
## -> Key Features <-

Installation

  1. Clone the repository:

     git clone https://github.com/yourusername/bloglog.git
     cd bloglog
    
  2. Install dependencies:

     npm install
    
  3. Set up environment variables:

    Create a .env file in the root directory and add the following:

     MONGODB_URI=mongodb://localhost:27017/bloglog
    
  4. Start the server:

     npm start
    

    The application will be available at http://localhost:5000.