Skip to content

Commit

Permalink
Extend makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vojay-dev committed Apr 8, 2024
1 parent 6e41275 commit f8d5b0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
all:
@echo "see README.md"

.venv:
poetry install

.PHONY: run
run:
uvicorn gemini_movie_detectives_api.main:app --reload
Expand Down

0 comments on commit f8d5b0b

Please sign in to comment.