D3vd / Books_search

A simple Node.js Web App that allows the user to search and get information about books.

Home Page:https://books-search-nodejs.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Books Search

A simple Node.js Web App that allows the user to search and get information about books.

Run Locally

Make sure to have Node.js and MongoDB installed on your local machine

Populate DB with sample data

Run the following command to import book.csv into MongoDB

mongoimport -c books --type CSV --fields id.string\(\),name.string\(\),author.string\(\),year.int32\(\) --columnsHaveTypes --file books.csv

Start App

Install Dependencies

npm install

Run the App

# For Production
npm start

# For development
npm run dev

About

A simple Node.js Web App that allows the user to search and get information about books.

https://books-search-nodejs.herokuapp.com/


Languages

Language:JavaScript 60.8%Language:CSS 22.5%Language:HTML 14.9%Language:Dockerfile 1.8%