close
Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Clone the project:

    git clone git@github.com:Smolinsky/book-parser.git
  2. Go to project dir: cd <project_dir>

  3. Copy .env file from .env.example: cp .env.example .env

  4. Run docker containers: docker-compose up -d

  5. Go into docker container:

    docker-compose exec -u sail app bash
  6. Under the docker container run following commands:

    composer install
    php artisan migrate
  7. To parse data in database use

    php artisan parse:books
  8. Open in browser http://localhost:8000 or 8080.

  9. Open in browser Swagger doc http://localhost:8080/specification.

  10. In root folder has Parser.postman_collection.json file to Postman collection endpoints

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages