Skip to content

mihaaairu/taxcom_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build and run the container

docker-compose up --build

Open swagger to test the FastAPI app

!!! Don't use console output uvicorn link, because it redirects to docker container inner address, which is not available outside the container. Use the blue link above instead.

Database setup is stored in 01_postgres_init.sql (executes automatically with docker container startup).
All dependencies, tables, triggers etc. are presented there.
Database test population is stored in 02_populate_database.sql (executes automatically with docker container startup).

Database pure-SQL tests are stored in test_database.sql.
FastAPI app provides a couple of endpoints with whole SQL functionality from the tech-task.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published