Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.54 KB

README.md

File metadata and controls

65 lines (45 loc) · 1.54 KB

Taste Atlas

Demo Video

Link: https://www.youtube.com/watch?v=7yoMfKm8jfE&ab_channel=PrathamGupta

What is Taste Atlas?

Taste Atlas is a platform for sharing and discovering recipes from around the world. It is a web application that allows users to create and share recipes with other users. Users can also search for recipes based on ingredients, cuisine, and other criteria such as country of origin. The application is built using MongoDB, Express, React, and Node.js (MERN stack).

How to run Taste Atlas

  1. Clone the repository to your local machine
git clone https://github.com/kennisjoseph/TasteAtlas.git
  1. Install dependencies
cd TasteAtlas
npm install
  1. Run the application
npm run dev
  1. Open the application in your browser
http://127.0.0.1:5173/

How to use Taste Atlas

  1. Create an account
  2. Login to your account
  3. Create a recipe
  4. Search for recipes
  5. View recipe details
  6. Edit or delete your recipe
  7. Logout

How to contribute

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Commit your changes
  5. Push your changes to your branch
  6. Create a pull request

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Authors