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.
- 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.
-
Clone the repository:
git clone https://github.com/yourusername/bloglog.git cd bloglog
-
Install dependencies:
npm install
-
Set up environment variables:
Create a
.env
file in the root directory and add the following:MONGODB_URI=mongodb://localhost:27017/bloglog
-
Start the server:
npm start
The application will be available at
http://localhost:5000
.