From 00364618ea7c79e04c5afd2fe77e303dab1c46be Mon Sep 17 00:00:00 2001 From: Mukul Mantosh Date: Thu, 10 Oct 2024 15:37:13 +0530 Subject: [PATCH] README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd7154b..61eac8f 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,17 @@ JWT_SECRET_KEY=******************** PASSWORD_SALT=******************** ``` +#### External APIs + We are using [UnSplash](https://unsplash.com/) to generate images. So, you need to have an API key to work with the application. -Once you’re ready, clone this repository in [GoLand](https://www.jetbrains.com/go/) to easily start using the application. +Once you’re ready, clone this repository in [GoLand,](https://www.jetbrains.com/go/) and you're good to go. ![go_run_config](./misc/images/go_run_config.png) + +### Frontend (UI) + +To configure the application's frontend UI, be sure to follow the instructions in this [repository][repo]. + + +[repo]: https://github.com/mukulmantosh/food_delivery_frontend \ No newline at end of file