Skip to content

Commit

Permalink
update README with instructions for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
IshayuR committed Nov 14, 2024
1 parent bdcc7c1 commit a3e02e8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,15 @@ Make sure you cd into Backend folder.<br>
1. docker build -f docker_files/Dockerfile -t team51-backend .<br>
2. docker run -d -p 5000:5000 team51-backend<br>
3. pytest


# How to run frontend application: <br>
Separate terminals will be needed. <br>
1. python3 app.py <br>
2. python3 initdatabase.py <br>
3. python3 databasefunctions.py <br>
4. cd Frontend, cd recat-app-team51, nvm run dev <br>
5. interact with the screens! <br>

The sign up screen redirects to the login screen, and the login screen redirects to a placeholder homepage. <br>
There are buttons on both the sign up screen and login screen that take you back to the other page. <br>

0 comments on commit a3e02e8

Please sign in to comment.