From 53ab7db29ebe79b962d990ec47b0d009d614ad4b Mon Sep 17 00:00:00 2001 From: Tushar Kapil <92357039+Tushar-Kapil@users.noreply.github.com> Date: Sun, 23 Jan 2022 12:25:49 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 52e58f9..7994cd4 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ A login and registration system with authentication and authorization using jsonWebTokens, node.js (Express), PostgreSQL, React.js + +To Get Started +1. Clone the Repo +2. Run npm install in server and client directories +3. Set Up PostgresSQL in your local setup. +4. Add Credentials to db.js in server +5. Run npm start in client and npm run dev in server to start the project