/python-project

A practice project for learning python and building an application

Primary LanguageHTMLApache License 2.0Apache-2.0

Python Project

Let's learn Python together!

This repo contains the basic bare bones for a python web app.

It uses Flask, which is a framework that allows us to easily build and launch web applications written in python.

It uses the Cats As A Service API to demonstrate a basic API call to a url endpoint.

We can use this repo to practice making changes to a github project and ultimately build a good portfolio project.

How to use this repo:

  • FORK the repo
  • CLONE the repo from your fork
  • On your computer, cd into the folder "python-project"
  • Run the app from your terminal using the command FLASK_APP=app.py flask run
  • Navigate to localhost:5000 in your browser to see your running app