Caffeine Connect is a community portal website built using MERN (MongoDB, Express.js, React.js, Node.js) technologies. It aims to bring together coffee lovers, enthusiasts, and professionals to connect, share knowledge, and foster a vibrant community around everything related to coffee.
- User Registration and Authentication: Users can sign up and log in securely to access the community features.
- Coffee Discussions: Users can participate in various coffee-related discussions, ask questions, and share their experiences.
- Coffee Recipes: Members can contribute their favorite coffee recipes and discover new ones shared by others.
- Users can comment like and review each other's posts.
- Clone the repository
git clone https://github.com/your-username/caffeine-connect.git - Change directory:
cd caffeine-connect - Install dependencies:
npm install - Set up environment variables: Rename .env.example to .env and provide the necessary environment variables for the MongoDB connection and other configurations.
- Run application
npm start
MongoDB: A NoSQL database for storing user data, discussions, recipes, and reviews. Express.js: A backend web framework for building the API endpoints and handling server-side logic. React.js: A frontend library for building interactive user interfaces and components. Node.js: A JavaScript runtime used for server-side scripting and running the application. Bootstrap: A CSS framework for responsive and modern UI design.
