RestaurantApp

RestaurantApp is an application for food ordering that helps food consumers to order and pay for food from restaurant.

Live Demo

RestaurantApp

Blog Post

Authors

Features

Screenshots

Search and order for food

Search Interface Search through available dishes

Order a given dish

ordering page Detailed environmental impact breakdown of selected food items

Tech Stack

Frontend

Backend

Installation

Prerequisites

Backend Setup

cd backend
npm install
npm start

Frontend Setup

cd frontend
npm install
npm start

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments