An open API service indexing awesome lists of open source software.

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

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.