A small introduction-to-web-development project. Currently creates a "Hello World" webpage with fastapi.
This project is run using docker compose. To run:
-
Clone this repository:
git clone https://github.com/shahaansshah/fastAPIintro -
In your CLI, with the repository root directory active, run
docker compose up- If changing/updating the repository, run
docker compose up --build
- If changing/updating the repository, run
-
In your web browser, open
http://localhost:8080 -
Once finished, run
docker compose down
Run python -m pytest from the root directory. (Correct this - see Issue #2)