This is a CRUD (Create, Read, Update, Delete) Food Application that allows users to manage food items. It consists of a frontend React application and a backend API built with Node.js and Express.
- Frontend: https://strong-pothos-e342de.netlify.app
- Backend Base URL: https://back-end-alpha-sage.vercel.app/api/v1
- Create new food items
- Read and display all food items
- Update existing food items
- Delete food items
-
Frontend:
- React
- React Router
- Axios (for API requests)
- Bootstrap (for styling)
-
Backend:
- Node.js
- Express
- MongoDB (or your preferred database)
- Mongoose (for MongoDB object modeling)