-
Install Node.js v8 or greater
-
Install Mysql server
-
Clone this repository:
git clone https://github.com/mickey-ichi/book-crawler.git -
Change directory in to the project:
cd book-crawler -
Setup environment variable:
cp .env.example .envyour-mysql-databaseyour-mysql-hostyour-mysql-portyour-mysql-useryour-mysql-password
-
Install dependencies
npm install -
Run database migrations
npm run migrations -
Start project
npm start
