From a3e02e89745aac83e409f5c43bd7a1691bf133c0 Mon Sep 17 00:00:00 2001 From: IshayuR Date: Wed, 13 Nov 2024 21:12:56 -0500 Subject: [PATCH] update README with instructions for frontend --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 112d09b..ca54849 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,15 @@ Make sure you cd into Backend folder.
1. docker build -f docker_files/Dockerfile -t team51-backend .
2. docker run -d -p 5000:5000 team51-backend
3. pytest + + +# How to run frontend application:
+Separate terminals will be needed.
+1. python3 app.py
+2. python3 initdatabase.py
+3. python3 databasefunctions.py
+4. cd Frontend, cd recat-app-team51, nvm run dev
+5. interact with the screens!
+ +The sign up screen redirects to the login screen, and the login screen redirects to a placeholder homepage.
+There are buttons on both the sign up screen and login screen that take you back to the other page.
\ No newline at end of file