Skip to content

Commit

Permalink
Merge pull request makersacademy#34 from makersacademy/maven-install-…
Browse files Browse the repository at this point in the history
…and-app-boot-help

Helps to get Maven installed and app running
  • Loading branch information
EdwardAndress committed Dec 18, 2018
2 parents 4f44e5f + 18596eb commit c01759a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ This project will ultimately be really rewarding if you follow these three point
- Fork and clone this repository to your machine
- Use an IDE, like `intellij`, and select the project directory to load into the editor (you may need to set the source folder in the project settings)
- From the command line create a dev database `createdb acebook_springboot_development`
- run the main application
- visit `localhost:8080`
- Install Maven `brew install maven`
- Build the app and start the server, using the Maven command `mvn spring-boot:run`
- Visit `localhost:8080`

- Temporarily, if you want to add some posts you can use `curl` to post data to the API and then refresh the page.
```
Expand Down

0 comments on commit c01759a

Please sign in to comment.