profoundjs
Version:
Profound.js Framework and Server
17 lines (12 loc) • 745 B
Markdown
# Profound API Samples
A sample Profound API program. Server-side API logic is defined in low-code and JavaScript. A client-side program exists to demonstrate calling the API end point.
## Sample GET, POST, PUT, DELETE, and Grid Request
Run the sample user interface by clicking either
* Launch > Launch App in Browser Tab
* Launch > Launch App in IDE
## Files
* APISample.api.json - the server-side logic for the API endpoints, as Low Code steps
* APISample.js - program logic for the sample user interface to interact with the APIs
* APISample.json - sample user interface to interact with the APIs
* hobbyshop.csv - sample data file
* readCSVFile.js - sample module to handle reading and writing to the data file. Used in Low Code steps.