Git Product home page Git Product logo

danillosilveira / insurance-web-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fabioansaldi/insurance-web-api

0.0 1.0 0.0 72 KB

As an insurance company we've been asked to develop an application that manages some information about our insurance policies and company clients. We want to create a Web API that exposes API services.

License: MIT License

JavaScript 77.29% HTML 22.71%

insurance-web-api's Introduction

insurance-web-api

As an insurance company we've been asked to develop an application that manages some information about our insurance policies and company clients. We want to create a Web API that exposes API services.

Table of contents

Local Setup

To preview the website locally:

  1. Install git to manage Git repository.
  2. Install npm to run the service.
  3. You also need to install nodejs on your local machine.

Installation

Clone the git repository

$ git clone https://github.com/FabioAnsaldi/insurance-web-api.git

Go to the repository directory and run the following commands:

$ cd insurance-web-api
$ npm install
$ bower install
$ npm run start

Custom settings (optional)

If you want to set a custom configuration for IP address or service port: Go to config directory, copy the default.json file and edit the custom.json file

{
  "address": "your_local_address_ip",
  "port": "your_local_service_port"
}

You have to run the service with the optional parameter like below:

$ npm run start custom.json

If the your_local_address_ip is 127.0.0.1, you will see something like below:

listening on http://127.0.0.1:80/

Contributing

Feel free to make changes to the template files or the document files.

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.