Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andreia-oca/genezio-analyze-python


https://github.com/andreia-oca/genezio-analyze-python

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        





genezio logo


[![Join our community](https://img.shields.io/discord/1024296197575422022?style=social&label=Join%20our%20community%20&logo=discord&labelColor=6A7EC2)](https://discord.gg/uc9H5YKjXv)
[![Follow @geneziodev](https://img.shields.io/twitter/url/https/twitter.com/geneziodev.svg?style=social&label=Follow%20%40geneziodev)](https://twitter.com/geneziodev)

# Genezio Flask on Getting Started

In the `index.py` file, you will see the implementation of a Flask app that has three routes:

- `/` - returns a hello message
- `/name` - returns the name provided in the URL parameter

You can run the app locally by running the following commands:

```bash
pip install -r requirements.txt
python index.py
```

# Deploy
:rocket: You can deploy your own version of the template to Genezio with one click:

[![Deploy to Genezio](https://raw.githubusercontent.com/Genez-io/graphics/main/svg/deploy-button.svg)](https://app.genez.io/start/deploy?repository=https://github.com/Genez-io/flask-getting-started)

## Genezio CLI Commands

Genezio also provides a CLI tool that you can use to deploy your project from your machine.
All commands are run from the root of the project, from a terminal:

| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install -g genezio` | Installs genezio globally |
| `genezio login` | Logs in to genezio |
| `genezio local` | Starts a local server |
| `genezio deploy` | Deploys a production project |
| `genezio --help` | Get help using genezio |

## Learn more

To learn more about Genezio, take a look at the following resources:

- [Official genezio documentation](https://genezio.com/docs)
- [Tutorials](https://genezio.com/blog)

## Contact

If you need support or you have any questions, please join us in our [Discord channel](https://discord.gg/uc9H5YKjXv). We'd love to chat!

## Built With

- [Genezio](https://genezio.com/)
- [Python](https://www.python.org/)
- [Flask](https://flask.palletsprojects.com/)

***


Built with Genezio with ❤️


genezio logo