/bookfinder-api

Primary LanguageTypeScriptMIT LicenseMIT

BookFinder API

BookFinder API is an API developed in NodeJS, Express, JEST with DDD concept.

It was developed to demonstrate for free how to develop an API in NODEJS with TYPESCRIPT and all the concepts of a high performance and ready application for the production environment.

Technologies Used

  • NodeJS
  • Typescript
  • ExpressJS
  • Jest
  • PostgreSQL
  • Knex
  • PG
  • Bunyan
  • Date-FNS
  • JOI
  • Morgan
  • Helmet
  • CORS

Installation

To install just clone the repository

  git clone https://github.com/felipefadoni/bookfinder-api.git
  cd bookfinder-api
  npm i

To run the project

npm run dev