Giter Club home page Giter Club logo

mintm's Introduction

Installtion instructions This application is a laravel app, all the database migrations have been included. Change the "env" file for database details.

This is a secure API. Setup a dummy client with a client id and client key in the clients table.

End point for Signup API curl -X POST http://localhost/signup Header Data:{clientId:abc,hash:709808nmkksa} // hash is becrypt value of clientId,clientKey . forexample: for clientId: abc and clientKey:abc, calculate hash for abc,abc

Post Data: {name:shubh email:[email protected] password:shubham.1 }

response{api_token:hash}

End point for Login API curl -X POST http://localhost/signin Header Data:{clientId:abc,hash:709808nmkksa} // hash is becrypt value of clientId,clientKey . forexample: for clientId: abc and clientKey:abc, calculate hash for abc,abc

Post Data: { email:[email protected] password:shubham.1 }

response{api_token:hash}

End point for Getting user details curl -X GET http://localhost/userDetails?api_token= Header Data:{clientId:abc,hash:709808nmkksa} // hash is becrypt value of clientId,clientKey . forexample: for clientId: abc and clientKey:abc, calculate hash for abc,abc

response{user details}

End point for Dashboard curl -X GET http://localhost/dashboard Header Data:{clientId:abc,hash:709808nmkksa} // hash is becrypt value of clientId,clientKey . forexample: for clientId: abc and clientKey:abc, calculate hash for abc,abc

A table with all the data about how many calls have been made by different apps.

mintm's People

Contributors

jndl-shubham 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.