Skip to content

Commit

Permalink
Fix makefile and update readme for skypulse in fastapi_custom_exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ABDreos committed Mar 13, 2024
1 parent 920f4f4 commit dd23f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deploy: generate_dot_env
docker-compose build
docker-compose up -d

uo:
up:
docker-compose up
down:
docker-compose down
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ API for getting historical weatcher events
- Poetry (Python Package Manager)

## First time setup
Run the following commands in sequence
Run the following commands in sequence. Be in current root.
`poetry install`
`make up`
`make migrate`

Expand Down

0 comments on commit dd23f0c

Please sign in to comment.