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

https://github.com/eltonsantos/scala-rest-api-example

First app example using Scala
https://github.com/eltonsantos/scala-rest-api-example

play-framework rest-api sbt scala

Last synced: 15 days ago
JSON representation

First app example using Scala

Awesome Lists containing this project

README

          

# Scala REST API example

## ✨ Technologies

- [Scala 2.13.5](https://www.scala-lang.org/)
- [Sbt 1.5.1](https://www.scala-sbt.org/download.html)
- [Playframework 2.8.8](https://www.playframework.com/)

## 🚀 Getting started

Make sure you have [Play](https://www.playframework.com/) and [sbt](https://www.scala-sbt.org/download.html) installed and Java run in your machine (version 1.8 or above)

```sh
$ git clone https://github.com/eltonsantos/scala-rest-api-example.git
$ cd scala-rest-api-example
$ sbt compile stage
$ sbt run
```
- To access: http://localhost:9000/

## 👨🏻‍💻 Author





Elton Santos 🚀








Made with ❤️ by Elton Santos 👋🏽 [Entre em contato!](https://www.linkedin.com/in/eltonmelosantos/)