This recipe recommendation system is built using Python, ReactJS and Flask API. It allows users to search for recipes based on their dietary preferences and needs. It also provides nutritional information for each recipe, allowing users to make informed decisions about their meals. The system is easy to use and provides a great way for users to discover new recipes and explore different cuisines.
- Download or Clone the repository
- From the
/food-recommendation
directory run
$ docker compose up
- Go to http://localhost:3000/
Flask for the backend API (default port: 5000)
For more information see the README.md
file in the backend directory.
React for the frontend App (default port: 3000)
For more information see the README.md
file in the frontend directory.
If the chow command takes too long when building the container, it can be removed, but it may cause problems.
This project is licensed under the GNU General Public License - see the LICENSE
file for details