darwinz / node-react-books-database

An information database similar to IMDB, but for books

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Books Database

Prerequisites

  • Node.js >= 10.0.0
  • Npm >= 5.6.0

Setup

Server

cd server
npm install
npm run test
npm start

Client

cd client
npm install
npm test
npm start

About

An information database similar to IMDB, but for books


Languages

Language:JavaScript 97.2%Language:CSS 2.0%Language:HTML 0.8%