From a9aaba35d68a7291c9a49c6778cd306cbcd1d936 Mon Sep 17 00:00:00 2001 From: Sujeet Agrahari Date: Wed, 21 Feb 2024 05:56:52 +0530 Subject: [PATCH] Update readme for step wise guidelines --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d6f5ba..08ab15c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ This repository provides an easy-to-deploy, open-source solution for anyone look Feel free to explore the codebase and leverage the powerful technologies used in this project for your own URL shortening needs. +> [!IMPORTANT] +> For step wise guidelines please follow [Step Wise Guidelines](./step-wise-guideline.md) + ## Database setup The directory named **dbschema** includes a file named `quick-links.sql`, which contains the PostgreSQL database schema. The schema can also be viewed as an image.