Together is a full-stack MERN (MongoDB, Express, React, Node.js) web application that serves as a blogging platform where users can share their experiences, stories, and insights with the world. Whether it's travel adventures, personal achievements, or life lessons, Together provides a space for individuals to connect, inspire, and learn from each other.
Users can sign up and log in securely to create and manage their blog posts.
Registered users can create new blog posts, view their existing posts, edit them, and delete them.
Together is built with a mobile-first approach, ensuring that the platform is accessible and user-friendly on various devices.
Clone the repository to your local machine:
git clone https://github.com/yeabtsega07/together.git cd together Install the server and client dependencies:
cd server npm install cd ../client npm install Set up your MongoDB database:
Create a .env file in the server directory and add your MongoDB connection URI as MONGODB_URI. Run the app:
npm run dev The application will run on http://localhost:3000/ in development mode.