Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdh266/scalawebapp

A simple HelloWorld Scala Web App with Scalatra
https://github.com/mdh266/scalawebapp

maven scala scalatra

Last synced: about 1 month ago
JSON representation

A simple HelloWorld Scala Web App with Scalatra

Awesome Lists containing this project

README

        

# ScalaWebApp
---------------------------

A simple Hello World App written in Scala using Scalatra

## Dependencies
----------------
1. Maven 3.6.0

2. Java SE Development Kit 8

3. Scalatra

## Using
------------
Run the following commands:

1. `mvn compile`

2. `mvn jetty:run`

Then in a web-browser go to http://localhost:8080 to see the page:

![](images/world.png)

When you put in a name and click on the square results in:

![](images/mike.png)