🎬 TheRedCarpet 🛠️ Backend Setup 1. Install Composer Dependencies 💻 Run the following command to install all necessary dependencies: composer install 2. Create a dotenv file ❗ Create a dotenv file at the racine of the project with this structure : DB_HOST=YourHost DB_NAME=TheRedCarpet DB_USER=YourUser DB_PASS=YourPassword 3. Directly employ bdd_e.sql with your MySQL instance to populate the database with sample data. 📅 4. Test our request directly in Insomnia with Insomnia_TheRedCarpet.json. 👁️ 5. Dump autoload composer dump-autoload 🎆 Frontend Setup 1. Go in TheRedCarpet/fronted/TheRedCarpte 2. Run npm i then npm start