Brief description or introduction about your project.
Before you begin, ensure you have met the following requirements:
- Node.js installed on your machine.
- Composer installed on your machine.
- MySQL or any other database management system installed.
- Clone the repository to your local machine:
git clone https://github.com/your-username/your-project.git cd la_voix_de_enfant ##Install Laravel dependencies: composer install ##Copy the .env.example file to .env: cp .env.example .env ##Update the .env file with your database configuration and other settings. #Setting up React.js (Frontend) ##Change into the client directory: cd la_voix_de_enfant-main ##Install React.js dependencies: npm install
#Running the Application php artisan serve
npm start