- Make sure postgres is running
createdb acebook
brew install maven
mvn install
- Open project in intellij
- Click the run button
- Hit http://localhost:4567/posts
- Make sure postgres is running
createdb acebook-test
- Open project in intellij
- Go to tests and hit run button
- cd functional_tests
- bundle install
brew cask install chromedriver
- rspec
- I can create a new endpoint and render a static template view
- I can create a form which posts data to a new endpoint
- I can persist data from an endpoint into the database
- I can update the data model and database schema to include a new field