Skip to content
This repository was archived by the owner on Oct 25, 2019. It is now read-only.

Commit 4e75f42

Browse files
authored
More verbose instruction
1 parent bdbec3c commit 4e75f42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ JWT assistance https://auth0.com/blog/securing-spring-boot-with-jwts/
1212
To run the application locally, you will need to have gradle installed and
1313
nothing running on port 8080.
1414

15-
1. Install gradle https://gradle.org/install
15+
1. Install gradle https://gradle.org/install and make sure it is added to your system's Path
16+
2. Open up a command prompt and navigate to folder you would like to download the project into.
1617
2. `git clone https://github.com/smiles2424/oraMessaging.git`
18+
3. `cd ./oraMessaging`
1719
3. Run `gradle bootRun`
1820
4. localhost:8080 will be listening for requests
1921

22+
Fire up Postman or the ole `curl` and start hammmering away.
23+
2024
I set up a user created on application start for testing.
2125
U: samuel
2226
P: thelastpasswordyouwouldguess

0 commit comments

Comments
 (0)