Skip to content

Commit bacd721

Browse files
committed
fixing readme
1 parent 6be5453 commit bacd721

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,13 @@ Once the container is up and running, you can hit `http://localhost:8089/` it `/
6060
`http://localhost:8089/backend/` will route you to the backend service.
6161

6262
`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

Comments
 (0)