Welcome to Cultrify! Meet new people, share recipes and learn more about different cultures through food!
This repository contains the source code for a recipe sharing web application made using React and Flask
- User authentication and authorisation
- Recipe creation
- Recipe browsing by culture or cuisine
- Saving favourite recipes
- Chat with other users
- Find shops based on location
Meant to be used in conjunction with our back end.
- Clone the repository:
git clone https://github.com/yourusername/LAP4-Yao45.git
- Install dependencies:
cd front-end
npm install
- Start the development server:
npm run dev
- Register for an account or log in if you already have one.
- Explore recipes by browsing or search for specific cuisines.
- Add your own recipes to share with the community.
- Save your favorite recipes to access them later.
- Chat with other users
- Find shops near you to see where you can find the ingredients to make different recipes
- React
- Flask
- Node.js
- Cloudinary (for image uploads)