Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 341 Bytes

File metadata and controls

17 lines (11 loc) · 341 Bytes

eventify

To run this app

create .env file in root of the project with the below details

DB_USER=dbuser
DB_PASSWORD=dbpassword
DB_NAME=dbname

and then run the below command

docker compose --env-file .env up --build

it will start the fast api server then application will be available on http://localhost:8000\docs