Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.15 KB

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

  • Create new blog posts.
  • Read and view individual blog posts.
  • Update existing blog posts.
  • Delete blog posts.
  • Responsive design for a seamless experience on any device.
  • User-friendly interface for easy navigation and interaction.

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.