MyRestaurantWorld is a full-stack restaurant platform built using the MERN Stack that helps restaurants establish their digital presence and allows users to explore menus, offerings, and services seamlessly.
🚀 Live App: https://restaurantworld.vercel.app
- 🏪 Digital Restaurant Profiles
- 📋 Menu Management System
- 🧾 Add / Update Restaurant Details
- 💻 Full-Stack Dynamic Dashboard
- ⚡ Fast & Smooth UI
- 📱 Fully Responsive Design
- 🔒 Secure Backend APIs
- ☁️ Deployed on Vercel
- MongoDB – Database
- Express.js – Backend Framework
- React.js / Next.js – Frontend
- Node.js – Server Runtime
The application is live at:
👉 https://restaurantworld.vercel.app
Make sure you have:
- Node.js (v14 or higher)
- MongoDB (Local or MongoDB Atlas)
git clone https://github.com/nk10nikhil/restaurantworld.gitcd restaurantworldFor frontend:
npm installFor backend (if separate folder):
cd server
npm installCreate a .env file:
MONGODB_URI=your_mongodb_connection_string
PORT=5000Frontend:
npm run devBackend:
npm start- Restaurants can create and manage their digital presence
- Users can explore menus and offerings
- Helps local food businesses go online easily
Contributions are welcome!
Feel free to:
- Open issues
- Suggest improvements
- Submit pull requests
This project is licensed under the MIT License.