Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdh266/scalawebapp
- Owner: mdh266
- Created: 2019-05-19T18:22:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T16:53:57.000Z (about 4 years ago)
- Last Synced: 2024-06-11T17:54:04.987Z (7 months ago)
- Topics: maven, scala, scalatra
- Language: Scala
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ScalaWebApp
---------------------------A simple Hello World App written in Scala using Scalatra
## Dependencies
----------------
1. Maven 3.6.03. 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)