Skip to content

KowalczykBartek/mockato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

why ?

If you need to create some HTTP mock easily, this is what mockato allows you to do.

mockato.ovh

you can access mockato here http://mockato.ovh/ (http only)

run locally

to build.

./gradlew fatjar

also, you need following exports

export DATABASE_USER=<database user>
export DATABASE_PASSWORD=<password>
export DATABASE_NAME=<database name>
export HTTP_LISTEN_PORT=<port you want to listen to (default 8080)>

and, if you run it against some domain (not locally), you need to export

export APPLICATION_DOMAIN=.yourdomain.com

and of course, tables, that is described in MockRepository

UI

its nasty.