https://github.com/truesparrowsystems/sirji-demos
A repository of all the demos
https://github.com/truesparrowsystems/sirji-demos
Last synced: 2 months ago
JSON representation
A repository of all the demos
- Host: GitHub
- URL: https://github.com/truesparrowsystems/sirji-demos
- Owner: TrueSparrowSystems
- Created: 2024-03-28T04:49:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-28T10:04:47.000Z (about 1 year ago)
- Last Synced: 2025-01-02T08:19:38.412Z (4 months ago)
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sirji Demos
This repository features demo videos illustrating [Sirji](https://github.com/sirji-ai/sirji)'s approach to various problems.
## Demo 1: Generate README
Explore [this link](./1-generate-readme) to see how Sirji interprets folder file contents to generate README, then pushes it to git.## Demo 2: Generate Models, Migrations, and Routes
Explore [this link](./2-routes-and-models-from-specs) for a demo of Sirji downloading and understanding OpenAPI specs and DBML to generate model, migration, and route files for an express app.## Demo 3: Stock Price Website
Explore [this link](./3-stock-price-website) for a demo of Sirji creating a simple website to display user-entered stock prices.