Food Fantasy is a web application built using Vite, React, and Material-UI for the frontend, and Node.js, Express, and Cloudinary for the backend. Redux is used for state management.
- Node.js
- npm (Node Package Manager)
-
Install dependencies for both the client and server:
cd client npm install (in the same folder) npm install
-
Start the backend server:
npm start
-
Start the frontend development server:
cd client npm run dev
client/
: Contains the React frontend code for user interface.server/
: Contains the backend code for handling backend functionalities.
- Kinda User Template and more flexible.
- Admin have all the CRUD operations over food items.
- Used Material UI framework for user-friendly Interaction.
- React
- Redux, Redux Toolkit
- Material UI
- Express.js
- Node.js
- MongoDB
- Cloudinary (for image handling)
Here the Preview of my project
This project is licensed under the MIT License - see the LICENSE file for details.