reazp / LoanStreet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

** This API is designed using NodeJS Express JS and Mysql. Please check package.jason file to know the all libraries and their version.

** This API is also deployed to heroku and can be access through following URL : https://loanstreetapi.herokuapp.com

** **Endpoints: **GET - /loans/{id} - Specific Loan **POST - /loans/new - Create Loan **PUT - /loans/{id} - Update Loan

** To run the project locally follow below steps ** npm install on base directory ** npm run start

*** Rest Client is written using Java and used maven for dependency management. Wrote a sample unit test to test the api

About


Languages

Language:JavaScript 50.8%Language:Java 49.2%