Giter VIP home page Giter VIP logo

kotlin-spring-boot-google_directions_api-start's Introduction

kotlin-spring-boot-google_directions_api-start

Description

C.T.R. - Car Travel Route API - Projeto baseado no conteudo do livro "APIs REST em Kotlin: Seus serviços prontos para o mundo real"

Tecnologies

Kotlin, Spring boot 2.7.4, Google Directions API

Future Tasks

[ ] Adicionar localização do motorista
[ ] Permitir o motorista confirmar viagem
[ ] Informar ao passageiro o motorista confirmado para a viagem
[ ] Confirmar início de viagem
[ ] Confirmar fim da viagem
[ ] Salvar o registro da viagem

Related Future Projects

[ ] Administration Interface (Vue)
[ ] Mobile Interface (Flutter)

How to start

  1. Generate key

     keytool -genkeypair -alias ctr -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore keystore.p12 -validity 3650 -storepass 12345678
    
  2. Move keystore.p12 file to "ctr-backend/src/main/resources" folder

     mv keystore.p12 ctr-backend/src/main/resources
    
  3. Configure docker-composer-prod.yml file with google api key

     GOOGLE_API_KEY=*YOUR API KEY*
    
  4. If on linux, run the script start services

     chmod +x runAll.sh &&  ./runAll.sh
    
  5. Open the browser and the managers:

Credits

Link github do livro

License

MIT

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.