Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 841 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 841 Bytes

microserver

https://www.intelyclick.com/microserver/

I'ts a small server REST-API made in JAVA that call a query or function in POSTGRESQL or MYSQL and show the JSON.

HOW INSTALL

  • Create schema 'microrest' in postgresql database
  • or table microrest_restapi in Mysql
  • Create table 'restapi' see directory sql
  • copy MicroServer.jar of dir 'build_jar'
  • run java jar : java -jar MicroServer

CONFIGURE (Config File)

RUN MicroServer and by params put the location of config file.

THATS ALL!!!

Enjoy.