/techsylvania_workshop

From Prompt to Code: Unlocking the potential of advanced prompt engineering with genezio - workshop source code

Primary LanguageTypeScript

Create a genezio app

deployed with: genezio

This is a full-stack, out-of-the-box template that can easily be deployed with genezio.

How do I test my app

  1. Create an account visiting https://app.genez.io.

  2. Open up a terminal and install the genezio CLI tool:

npm install -g genezio
  1. Login using the following command:
genezio login
  1. Test your app by running:
genezio local
  1. Head over to the Test Interface to test your app in a Postman-like environment.

How do I deploy my app

  1. Create an account visiting https://app.genez.io.

  2. Open up a terminal and install the genezio CLI tool:

npm install -g genezio
  1. Login using the following command:
genezio login
  1. Deploy your full-stack app with a single command.
genezio deploy
  1. Head over to the Dashboard to see the logs of your app.

Learn more

Check out the following resources to get a deeper understanding on genezio: