Skip to content

MuhamedHabib/All-you-need-on-symfony-bundles-crud-reverse-engineering-api-consumption

Repository files navigation

All-you-need-on-symfony-bundles-crud-reverse-engineering-api-consumption

Overview

This project demonstrates how to work with Symfony for creating entities, reverse-engineering a database, generating CRUD operations, and preparing APIs to be consumed by mobile applications. It features entities such as Contact.php, Formulaire.php, and Questions.php.

Prerequisites

Ensure the following are installed on your machine:

  • PHP >= 7.4
  • Composer
  • Symfony CLI
  • MySQL or PostgreSQL
  • Git

Installation

1. Clone the Repository

git clone https://github.com/your-username/All-you-need-on-symfony-bundles-crud-reverse-engineering-api-consumption.git
cd All-you-need-on-symfony-bundles-crud-reverse-engineering-api-consumption