Giter Club home page Giter Club logo

api-collaborative_filtering_mysql's Introduction

Cloud Computing Path

blablaaa

RESTful APIs

In making the RESTful APIs we use Python using the Flask Framework and for responses using JSON format. For each URL that can be used will be explained below.

List Destination

In this section there is a list of all destinations that can be filtered by name, city or place ID. Response from each URL using JSON format.

Base URL :

http://localhost:5000

Path :

/resto

Method :

GET

{
    "data": [
        {
            "Address": "Cicendo, Kota Bandung",
            "Category": "Seafood",
            "Coordinate": "{'lat': -6.907839576390254, 'lng':107.596398032071",
            "Culinary_Ratings": "4.5",
            "Description": "Menyajikan menu buffet dengan hidangan seafood, sushi, sop buntut dan pilihan menu internasional lainnya.",
            "Lat": "-6.907839576",
            "Long": "107.596398",
            "Place_Id": "1",
            "Place_Name": "Purnawarman Restaurant"
        },
}

{
    "data": [
        {
            "Address": "Cimenyan, Kabupaten Bandung",
            "Category": "Western",
            "Coordinate": "}'lat':-6.859342816769343, 'lng':107.6281670716133",
            "Culinary_Ratings": "4.4",
            "Description": "Restoran kasual terbuka yang menyajikan masakan internasional di bangunan bertingkat tiga & berpanorama indah.",
            "Lat": "-6.859342817",
            "Long": "107.6281671",
            "Place_Id": "10",
            "Place_Name": "The Stone Cafe"
        }
    ],
    "message": "success"
}

{
    "data": [
        {
            "Address": "Cimenyan, Kabupaten Bandung",
            "Category": "Western",
            "Coordinate": "}'lat':-6.859342816769343, 'lng':107.6281670716133",
            "Culinary_Ratings": "4.4",
            "Description": "Restoran kasual terbuka yang menyajikan masakan internasional di bangunan bertingkat tiga & berpanorama indah.",
            "Lat": "-6.859342817",
            "Long": "107.6281671",
            "Place_Id": "10",
            "Place_Name": "The Stone Cafe"
        }
    ],
    "message": "success"
}

api-collaborative_filtering_mysql's People

Contributors

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