Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 412 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 412 Bytes

Spring boot + AngularJS Comments Page

This is a simple Comments web app based on spring boot

Technologies

  • Gradle
  • Spring boot
  • AngularJS
  • MongoDB
  • Selenium
  • Cucumber JVM (Groovy)
  • Less

How to use it?

Run the backend

./gradlew bootRun

Start mongo for the backend

./gradlew startMongo

Stop backend's mongo

./gradlew stopMongo

Run the acceptance tests

./gradlew runFeatures