CRUD API, with Nodejs, Knex and MySQL
- 
Go to the /db folder, make changes to the Database details there
 - 
Lets run our Database migration, still inside the db folder
RUN knex migrate:create-boooks
 - 
Lets migrate up now, still inside the db folder
RUN knex migrate:latest