Skip to content

Commit

Permalink
Merge pull request #38 from cis3296f22/readme
Browse files Browse the repository at this point in the history
removed testing instructions
  • Loading branch information
stpaeX authored Nov 30, 2022
2 parents 4d944d6 + 09d0bc5 commit 6009ea2
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Book'd & Rate'd is a web application where users are provided a platform to trac
## Project Board
Link to [project board](https://trello.com/b/YncmQM2F/sprint)

## Demo

## Installation
1. Install node through [this link](https://nodejs.org/en/) if it isn't downloaded on device already

Expand All @@ -30,15 +32,3 @@ Link to [project board](https://trello.com/b/YncmQM2F/sprint)

4. Enter `123` as the password

## Testing Instructions:
1. To test our program, go to the "Releases" tab on the right side of this GitHub page and download the executable JAR file.
2. Go to your command-line and cd into the directory where the JAR file is downloaded.
3. Run the following command to start up the server for our backend API.
```
java -jar <filename>.jar
```
4. Once the server is started, you can go to our GitHub pages site in order to view an interactable frontend to test the endpoints and the database running on the server.

Link to GitHub pages site: https://cis3296f22.github.io/705-bookreview-app/

**NOTE:** The server must be running (Step 1 - 3) in order for the frontend to properly function!

0 comments on commit 6009ea2

Please sign in to comment.