Following are some demo videos illustrating Sirji's approach to various problems.
Clone the "sirji" repository: [email protected]:sirji-ai/sirji.git and checkout the "readme-demo" branch. Read and understand the content of all the files in the folder: "sirji/tools/crawler". Afterward, create a README.md file in that folder giving sample usages, a brief description of the steps performed, etc.
Watch on YouTube: https://www.youtube.com/watch?v=B9kWchC6lKw
Create an Express App. Use PostgreSQL as the database and Sequelize as ORM.
Create migration files and model files by understanding the DBML file content: https://github.com/sirji-ai/sirji/blob/main/demos/2-routes-and-models-from-specs/DBML.txt
Create API routes in modular files by understanding the OpenAPI specs file content: https://github.com/sirji-ai/sirji/blob/main/demos/2-routes-and-models-from-specs/OpenAPI.yml
Watch on YouTube: https://www.youtube.com/watch?v=Bl73DOqXrtg
Generate a simple website to show the last closing, opening and current price of user entered stock.
Watch on YouTube: https://www.youtube.com/watch?v=fmYhbTGSTlA