Tasty Tales is a cooking blog designed to inspire and engage food enthusiasts by providing a platform where users can view recipes categorized by different cuisines, such as Indian, Chinese, and more. Key features of Tasty Tales include:
- Recipe Viewing: Users can browse and view detailed recipes.
- Categorized Recipes: Recipes are organized into categories for easy access.
- Search Recipes: Users can search for recipes using keywords.
- Submit Recipes: Users can submit their own recipes and contribute to the blog's content.
- Latest Recipes: Users can explore the newest additions to the recipe collection.
- Random Recipes: Users can discover random recipes for inspiration.
-
Clone the project
git clone https://github.com/1simransaini/Tasty-Tales.git
-
Install Dependencies
Install the necessary Node.js dependencies using npm:
npm install
-
Set Up Environment Variables
Create a .env file in the root directory of your project and add any required environment variables. For example:
PORT=3000 MONGODB_URI=your_mongodb_connection_uri
Replace
your_mongodb_connection_uri
with your actual MongoDB connection URI. -
Run the Application
Start the application using npm:
npm start
-
Access the Application Open your web browser and navigate to:
http://localhost:3000
You should see the Tasty Tales homepage where you can explore and interact with recipes.