This is a full-stack Meal Sharing website.
It allows users to browse available meals, create meals, make reservations, and leave reviews.
It includes the following sections:
- Meals: View all available meals with details such as title, description, price, and location.
- Create Meal: Create new meals using a form.
- Reservations: Reserve a meal by submitting a reservation form.
- Reviews: Leave reviews for meals.
Check out the live version of the Meal Sharing project
live demo
git clone https://github.com/your-username/meal-sharing.git
cd meal-sharing/app-nextnpm installnpm run dev(The backend API and database are hosted on Railway, so no local database setup is required.)
- Next.js (Frontend)
- Node.js & Express (Backend)
- MySQL (Database)
- CSS (Styling)
- Vercel (Frontend deployment)
- Railway (Backend & Database deployment)
