Skip to content

BlogLog - Your personalized blogging companion

Notifications You must be signed in to change notification settings

jinx-vi-0/BlogLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

BlogLog - Your personalized blogging companion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published