Git Product home page Git Product logo

credit-report-app's Introduction

Credit service

A simple golang RESTful service that authenticates user, with react web app has front-end

Prerequisite

  • Docker
  • Docker-compose
  • Golang*
  • Node*
  • Yarn*

* - To run in local

Commands

To start service

docker-compose up -d
  • If you have latest version of docker you can use
docker compose up -d

To stop service

docker-compose down -v

If you face network credit_network declared as external, but could not be found. Please create the network manually using docker network create credit_network and try again.

Features

  • Create User - Create user with required details like first name, last name, ssn, dob etc -> /app/register
  • Questions - Fetches collections of stored questions and answers from db -> /app/questions
  • Submission - Submit collection of questions and user chosen answer for the question along with user auth -> /app/logout
  • Order Credit - Order credit for a specific product code along with user auth -> /app/order

Note: To test these API's please find the postman collection named "credit-report.postman_collection.json" attached in this repo.

Libaries used

Name Use
gin Web frame work

credit-report-app's People

Contributors

hsivakum avatar

Watchers

 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.