success.mk 0 → 100644
success:
@echo ""
@echo " Welcome aboard the Balkan Omega Class Destroyer ship."
@echo " (Capt. Shard welcomes you and wishes you a safe trip ! Go forth to virtory !)"
@echo ""
@printf "You can run the server with executing the command: ${RED}./.env/bin/balkan runserver${NC}"
@echo ""
@printf " *******\n"
@printf " ********* **\n"
@printf " ********* ****\n"
@printf " *********** ******\n"
@printf " ************ ********\n"
@printf " ************* **********\n"
@printf " ******************************************************************\n"
@printf " ****** USER ACCOUNT CREATED ****** ******\n"
@printf " /****** Username: %-49s******\n" "$(USER_EMAIL)"
@printf " \****** Password: balkan ******\n"
@printf " ****** URL: http://localhost:3000/ ****** ******\n"
@printf " ****** RabbitMQ: http://localhost:15672/ Un:Guest Pw: Guest *\n"
@printf " ************************************************************\n"
@printf " *************\n"
@printf " ************\n"
@printf " ***********\n"
@printf " *********\n"
@printf " *********\n"
@printf " *******\n"
\ No newline at end of file