/loxapi

lox api v2

Primary LanguageJavaMIT LicenseMIT

#LoxApi v2

##Api

###/health

  • GET -> Hello World!

##Notes

###httpie endpoints

http POST localhost:8080/api/auth/login X-Requested-With:XMLHttpRequest username=moemoe password=password

##Useful Links

application.yml notes

    driverClassName: org.h2.Driver
    url: jdbc:h2:mem:test;MODE=PostgreSQL
    username: root
    password: root
    driver-class-name: org.postgresql.Driver