michaelnguyen974 / acebook-java-spark-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acebook

Running the application

  • 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

Skills checklist

  • 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

Recommended resources

About


Languages

Language:Java 100.0%