rest_api_testserver
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
rest_api_testserver [2016/11/25 13:28] – created sweitmann | rest_api_testserver [2024/09/25 06:21] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====How to install a REST API test server==== | + | ===How to install a REST API test server==== |
+ | This code resides in ' | ||
+ | **INSTALLATION** | ||
+ | |||
+ | - Download code and change database information in myconfig hash variable on top of mojo.pl | ||
+ | - Install these two perl modules: cpanm Mojlicious XML::Simple | ||
+ | - Run application from command line: morbo mojo.pl | ||
+ | |||
+ | Application can now be accessed via http:// | ||
+ | |||
+ | **FEATURES** | ||
+ | |||
+ | This small sample code demonstrates: | ||
+ | |||
+ | - How we can use entire SQL-Ledger code from SL/ folder without a single line of change. | ||
+ | - In addition to this, we can use all our user information and templates in new app without any change. | ||
+ | - Since users can use either old app or new app, transition to new code/app can be incremental. | ||
+ | - For REST api XML/JSON can be generated for any entity with a few lines of code only. | ||
+ | - For REST api XML/JSON can be pushed to app with only few lines of code, to create a new customer for example. | ||
+ | - Websockets protocol can be used to add/change data in database WITHOUT refreshing page. | ||
+ | This is just basic code. We will be adding more code in next few days which will not only serve for demo but also usable when we actually start building. |
rest_api_testserver.1480080529.txt.gz · Last modified: 2024/09/25 06:19 (external edit)