.PHONY: run
run:
	@echo "Running the API"
	go run cmd/api/*.go
