nodejshobby / book-search

A web application where you can get information about popular books

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

book-search

Clone the repository

git clone https://github.com/nodejshobby/book-search.git

Create a .env file in pattern of the .env.example

The .env file should be filled with a PORT NUMBER like 3000 or you live it blank to use default 3000 PORT NUMBER* and working api key from google developer console.Then you can delete the .env.example file (it was created there for proper illustration).Sign up here to get your google api key

Install the required dependencies by running

npm install

Start your server now!

npm start

A working instance of this web application

https://bookvibe.herokuapp.com

About

A web application where you can get information about popular books


Languages

Language:EJS 58.6%Language:JavaScript 30.3%Language:CSS 9.5%Language:Shell 1.5%