From c50a413d6ce886bb63f7d3ddc7c7e8e4ce9c8e33 Mon Sep 17 00:00:00 2001 From: Rohan Verma <122026167+MODSetter@users.noreply.github.com> Date: Sat, 17 Aug 2024 00:47:12 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1644423..bdfaa17 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,8 @@ Sample More Description Response: ### Local Setup Guide +#### Backend + For authentication purposes, you’ll also need a PostgreSQL instance running on your machine. Now lets setup the SurfSense BackEnd @@ -135,6 +137,8 @@ Now lets setup the SurfSense BackEnd --- +#### Extension + After Setting up the BackEnd Lets do a quick build of the extension. 1. Go to ./extension subdirectory. @@ -156,6 +160,8 @@ Make Sure in request body `"apisecretkey"` value is same value as `API_SECRET_KE --- +#### FrontEnd + For local frontend setup just fill out the `.env` file of frontend. |ENV VARIABLE|DESCRIPTION|