Skip to content

icarogtavares/product-stock-api

Repository files navigation

Product Stock API

Icaro Tavares

This project is a boilerplate/setup of a Web API to be consumed by any Web Client like: Angular, React, Vue, etc... applications and can be integrated with any database.

Requirements

Installation

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/icarotav/product-stock-api.git
$ cd product-stock-api
$ npm install
$ npm run dev

For production environments...

$ npm start

Tech

To build this project I used most used techs, text editor and packages from npm:

Features

  • Modularized components
  • Easy to create new middlewares and apply in the server.
  • API handling all errors even if is not handled by developer like when omit .catch on Promises.
  • Code padronized by ESLint

Reference Links