/books-api

Books API with Node.js and Express.js

Primary LanguageJavaScriptMIT LicenseMIT

Books API

Books API with Nodejs and Express.js. Example to demonstrate docker compose concepts

Requirements

  • Node.js >= 10.16.0
  • npm >= 6.10.1

Version

1.0.0

Installation

Download zip file and extract it latest pre-built release. Or clone the repository and cd into it.

This project uses a number of open source projects to work properly:

  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • mongoDB - The most popular database for modern apps

Setup

Run npm commands.

cd books-api
npm install
npm run gulp

Run Tests

cd books-api
npm run gulp-test

Todos

  • Add code comments
  • Add server validations