/Cloud_Engineering_Assignment

Cloud Engineering Take-Home Assignment

Primary LanguageHCL

Cloud_Engineering_Assignment

Cloud Engineering Take-Home Assignment

Install Flask: make sure you have Flask installed. If not, you can install it using pip:

    pip install Flask

Run the API: You can run the API using the following command:

    python3 main.py

Visit http://localhost:5000 in your browser or use curl:

    curl http://localhost:5000