Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

antmuraha/goit-pythonweb-hw-02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GoIT Full Stack Python course

πŸ“‹ Overview

This repository contains a small FastAPI web application and config to run this application in containers. The app serves a simple HTML page, static files and exposes a healthcheck endpoint which verifies the database connection.

Note: the application source code is located in the app/ directory.

Run with Docker

  1. From the repo root run:
docker compose up --build
  1. The web app will be available at http://localhost:8000

Notes:

  • The compose file defines a web service and a db (Postgres) service. The database URL is injected into the container via the SQLALCHEMY_DATABASE_URL environment variable.
  • Data is persisted to a Docker volume named db_data.

🀝 Contributing

This is a repo for the GoIT course. If you're also a student working on similar exercises, feel free to use this as a reference, but make sure to understand the concepts and implement your own solution.

πŸ“„ License

This project is created for educational purposes as part of the GoIT course curriculum.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published