Git Product home page Git Product logo

location-api's Introduction

Location API

Environment

Node.js (version >=14.0.0) should be installed

Installation

  1. First of all, spin up the database docker-compose up

  2. Secondly, we need to load the shapefiles to the database. Modify the variables inside loadShapeFile.py, and then run it python3 loadShapeFile.py

  3. cd into the API directory and start the server (The backend server could easily be combined with the docker-comose file)

npm i
npm run build
npm start

If test_shapefile.zip shape file is loaded properly, the following url would return a GeoJSON response http://localhost:3000/delineated-fields?long=11.185365749239793&lat=60.749728158409454

TODOs

  • Comment thoroughly

Comments are missing in the code

  • Implement logging

Logging is not implemented

  • Proper error handling

Error has to be handled centrally and properly, which is completely missing

  • Unit test and API test

  • Request body validation

Anything that is coming from outside has to validated and different status code has to returned as required. Validation has to handled away from the main code block.

  • docker-compose

Combine the node.js server with the database in docker-compose file, so that we could easily spip-up the app.

Author

Sadiqur Rahman

location-api's People

Contributors

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