Skip to content

Loik00/docker-rest-api-wyrdreader

Repository files navigation

Project Setup Instructions

Follow these steps to get the project up and running locally.

  1. Build and start the Docker containers:

    Run the following command to build and start the containers:

    docker-compose up --build
    
  2. Install PHP dependencies:

    docker exec -it php_cli bash
    composer install
    
  3. Import the database:

    Import the bookdb.sql file located in the src folder to the bookdb database using phpMyAdmin at http://localhost:8081

  4. View the API documentation:

    cd api-docs
    npx serve
    

This will start the server and you can view the API documentation at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published