Skip to content

Meal Mate is a web application that helps groups of people plan meals and place orders from their favorite restaurants. With Meal Mate, users can create and join meal groups, view menus from participating restaurants, and place orders for delivery or pickup.

Notifications You must be signed in to change notification settings

sujeet-agrahari/meal-mate

Repository files navigation

MealMate

MealMate is a web application that helps users to find nearby restaurants and order food online. It also allows users to create and join meal groups where they can share their favorite dishes with others.

Database Schema

The schema of the database is inside /dbschema directory mealmate dbschema

Features

  • User authentication and authorization
  • Search for nearby restaurants
  • View restaurant menus and prices
  • Create and join meal groups
  • Share dishes with other members of a meal group
  • Order food online
  • Track order status
  • Rate restaurants and dishes

Technologies Used

  • Node.js
  • Express.js
  • TypeScript
  • PostgreSQL
  • TypeORM
  • React.js
  • Redux
  • Material-UI

Installation

  1. Clone the repository: git clone https://github.com/your-username/meal-mate.git
  2. Navigate to the project directory: cd meal-mate
  3. Install dependencies: npm install
  4. Create a PostgreSQL database and update the database configuration in ormconfig.json
  5. Seed the database with sample data: npm run seed
  6. Start the server: npm run start:dev
  7. Open another terminal and navigate to the client directory: cd client
  8. Install dependencies: npm install
  9. Start the client: npm start
  10. Open your browser and go to http://localhost:3000

Contributing

Contributions are welcome! If you find a bug or want to add a new feature, please open an issue or submit a pull request.

License

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

About

Meal Mate is a web application that helps groups of people plan meals and place orders from their favorite restaurants. With Meal Mate, users can create and join meal groups, view menus from participating restaurants, and place orders for delivery or pickup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published