Examples
This section contains a list of examples on how to use genezio.
Each example is open-source and it makes a good template to start your project from. You can find more details on how to use and deploy each example in it's dedicated section.
TypeScript
| Example | Short Description |
|---|---|
| Getting Started | A getting started template |
| Hello World | Just a hello world application |
| Todo List React | A todo list with auth in NodeJs, React and Mongo |
| Todo List Angular | A todo list with auth in NodeJs, Angular and Mongo |
| Todo List Flutter | A todo list with auth in NodeJs, Flutter and Mongo |
| Webhook Example | An example on how to use webhooks |
| CRUD App | A user management CRUD app built with NodeJs, React and Postgres |
| Trivia App | A trivia app built with NodeJs, React and Prisma |
| Multiversx App | An app that checks the balance of a wallet |
| Sopping Cart App | A shopping cart feature built with NodeJs, React and Redis |
JavaScript
| Example | Short Description |
|---|---|
| Getting Started | A getting started template |
| Hello World | Just a hello world application |
| Todo List React, Mongo | A todo list with auth in NodeJs, React and Mongo |
| Todo List React, SQL | A todo list with auth in NodeJs, React and MySQL |
| Todo List Vue, Mongo | A todo list with auth in NodeJs, Vue and Mongo |
| Webhook Example | An example on how to use webhooks |
| Vanilla HTML | A simple vanilla html app |
| Cron Example | An example on how to use scheduled methods |
| Smart Contract Indexer | App that queries Ethereum smart contract events |
| OpenAI Rephraser | An app that rephrases sentences using OpenAI/ChatGTP |
| Stripe | Example of a simple checkout with Stripe |