Sample application using SkyReve
- Follow the simulation using the code under
./skyreve/blog/recent/get.apy - Open
./apps/html/index.htmlon your browser.
A simple HTML-based blog web application to test the Skyreve Platform blog API.
1. Create a new project in Skyreve
- Go to the Skyreve space
- Click "New Project"
- Fill in the project details
- Click "Create"
- In your project, go to the "Data" menu
- Create a new table with the following columns:
- title (text)
- content (text)
- posted_at (timestamp)
- Go to "API" section
- Create a new endpoint with:
- Method: GET
- Path: /blogs
- Select the blogs table as the data source
- In the API section, locate your endpoint URL
- Copy this URL to use in the tester
Use the deployment options to push your changes to staging or production environments.
Create a fork from staging or production to make changes without affecting the live environment.





