You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,13 @@ Once the container is up and running, you can hit `http://localhost:8089/` it `/
60
60
`http://localhost:8089/backend/` will route you to the backend service.
61
61
62
62
`http://localhost:8089/api/` will route you to the backend service with the api path.
63
+
64
+
65
+
## Running the Test suite
66
+
67
+
In the directory `test` you'll find a cypress test suite. In here is our business logic testing. It is a marvel of modern cypriotic book approval/censorship. After you have `bin/build_local.sh` running, follow the instructions in `./test/README.md` and boot up the Cypress tests.
68
+
69
+
## What on earth are these services?
70
+
React1(localhost:8089/) - a frontend application allowing users to reccomend books for listing.
71
+
React2(localhost:8089/backend) - Super secret admin panel app allowing admins to approve or deny books for listing
72
+
Rails(localhost:8089/api/books) - Api holding the data, performing business logic. ¡Truly revolutionary!
0 commit comments