GithubHelp home page GithubHelp logo

lendo-assignment's Introduction

  1. Clone the project.
  2. Install postgress db in the local.
  3. Change username and password for the database in application yaml
  4. Run the application (lendo-assignment)
  5. It will automatically create table in the db (lendo_database)
  6. Run the sql script => insert into public.users values (1, '$2y$10$ctdUGdZsSpSYRt0kCIY.WujxHS9JSHalXkrub.jOQb0CihvKNiuMC', 'test');
  7. Then hit the login api

api POST : http://localhost:8080/login

requesBody { "username" : "test", "password" : "test" }

response { "accessToken": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ0ZXN0IiwiaWF0IjoxNzAzMDAzMzIzLCJleHAiOjE3MDMwMDkzMjN9.e3KaK9v1v0apszO9fuCKbonTU74uiYcWJR0Uejydg24" }

  1. Then can call the below Api

    GET : http://localhost:8080/api/posts/all GET : http://localhost:8080/api/users/all GET : http://localhost:8080/api/comments/all

    GET : http://localhost:8080/api/posts/filter/5840205 GET : http://localhost:8080/api/comments/filter/90582

    while calling the above api need to pass the accessToken as a Bearer Token

  2. Finally you can see the response

lendo-assignment's People

Contributors

zuhairahamed 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.