Skip to content

Repository files navigation

Book crawler

Setup

Prerequisites

  1. Install Node.js v8 or greater

  2. Install Mysql server

  3. Clone this repository:

     git clone https://github.com/mickey-ichi/book-crawler.git
    
  4. Change directory in to the project:

     cd book-crawler
    
  5. Setup environment variable:

     cp .env.example .env
    
    • your-mysql-database
    • your-mysql-host
    • your-mysql-port
    • your-mysql-user
    • your-mysql-password

How to run

  1. Install dependencies

     npm install
    
  2. Run database migrations

     npm run migrations
    
  3. Start project

     npm start
    

Example

npm start

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages