Giter Site home page Giter Site logo

insurance-backend's Introduction

Insurance backend

Description

Backend in charge of serve insurance & clients information.

Installation

$ npm i

Environment

Before running the app, is necessary to set .env file:

Create .env empty file on the root path of the project, and paste this:

(These are development vars)

NODE_ENV='development'
PORT=4000
LOG_LEVEL='debug'

SECRET='supersecret'
EXPIRY_TIME_MINUTES=5

CLIENTS_URL='http://www.mocky.io/v2/5808862710000087232b75ac'
POLICIES_URL='http://www.mocky.io/v2/580891a4100000e8242b75c5'

Running the app

# development
$ npm start

# watch mode
$ npm run start:dev

Test

# unit tests
$ npm test

# e2e tests
# First you need to start a server instance:
$ npm run start:dev

# After you will be able to run e2e tests in other console:
$ npm run test:e2e

# test coverage
$ npm run test:cov

Development

Run in watch mode:

# watch mode
$ npm run start:dev

Format code (prettier):

$ npm run format

Don't forget to run tests before push!

insurance-backend's People

Contributors

ericzon avatar

Stargazers

Dorito avatar Nick Mykhailyshyn avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.