This App was created for my portfolio.
LIVE LINK : https://ezone-restaurant.vercel.app/
- Users Account that save cart list, avatar image and user phone.
- Filtable list for food items.
- Contact us form
- Clone this project locally
- Run npm install in your bash / command line
- Create a ".env.local" for your project in the same folder that package. Example
MONGODB_URI=mongodb+srv://:
DB_NAME=restaurantZone
NEXTAUTH_SECRET=MyNextAuth Secret
NEXTAUTH_URL=http://localhost:3000
GOOGLE_CLIENT_ID=Google Client ID
GOOGLE_CLIENT_SECRET=Google Secret
- Run npm run dev in your bash / command line
- bcrypt
- encoding
- firebase
- framer-motion
- mongoose
- next
- next-auth
- react
- react-dom