/node-react-books-database

An information database similar to IMDB, but for books

Primary LanguageJavaScript

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