bimprakosoo / blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

This project is a web application that consumes APIs from the API Service Blog to display and manage blog posts.

Installation

To get started with the project, follow these steps:

  1. Clone the repository:
  2. git clone https://github.com/bimprakosoo/blog.git
  3. Change into the project directory:
  4. cd blog
  5. Install the dependencies using Composer:
  6. composer install
  7. Set up the configuration by copying the .env.example file to .env:
  8. cp .env.example .env
  9. Update the .env file with the necessary configuration, including the base URL of the First Project's APIs:
  10. APP_URL=http://localhost:8000
    API_BASE_URL=http://localhost:8000/api
  11. Generate the application key:
  12. php artisan key:generate

Usage

To use the application, follow these steps:

  1. Start the local development server:
  2. php artisan serve
  3. Access the application in your web browser using the provided URL (e.g., http://localhost:8000).
  4. Register a new user account or log in using existing credentials.
  5. Explore the blog posts by navigating to the home page or specific post details.
  6. Optionally, you can submit comments for blog posts if you are logged in.
  7. Log out when you're done using the application.

License

This project is licensed under the MIT License.

About


Languages

Language:PHP 76.0%Language:Blade 23.3%Language:JavaScript 0.7%