Installation

To run this application locally, follow these steps:

# Clone the repository
git clone https://github.com/anuragdw710/codeblogbackend/

# Navigate to the project directory
cd codeblogbackend

# Install dependencies
composer install

# Run the application
php -S localhost:8000