This is a full-stack web application built using the MERN (MongoDB, Express, React, Node.js) stack. The app allows users to create an account, view other users' posts, create their own blog posts, read them, update them, and delete them.
- Create, read, update, and delete (CRUD) functionality for blog posts.
- View other users' blog posts.
- Simple and intuitive user interface.
- Efficient database querying and management using MongoDB and Mongoose.
- Robust server-side development with Node.js and Express.js.
- Client-side development with React.js.
Before you can use the MERN Stack Blog App, you must have the following software installed on your system:
- Node.js
- npm
- MongoDB
If you'd like to contribute to TravelMate, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them with descriptive commit messages.
- Push your changes to your fork.
- Submit a pull request to the original repository.
If you have issues installing dependencies, make sure your Node.js and npm versions are up to date. If you have issues running the development server, make sure you are in the project directory and that all dependencies have been installed.