Easy to create
- deploy
- use
mock endpoints
- Create a new module
cp modules/example.js modules/my-api.js
- Add some methods..
- Access the API at
/my-api
-
Self hosted
npm start
-
Self hosted (Docker)
docker build -t stefanoschrs/phoney . # (optional) docker run --rm -p 1337:80 -v $PWD:/opt/app/ stefanoschrs/phoney
-
Free on openode
npx openode status # Register or Login npx openode deploy # Well.. That's it :)
- If you are using jetbrains for development and openode for hosting add
.idea
to.openodeignore