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
- Host: GitHub
- URL: https://github.com/eltonsantos/scala-rest-api-example
- Owner: eltonsantos
- Created: 2021-05-05T08:33:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T08:59:01.000Z (about 5 years ago)
- Last Synced: 2025-02-28T21:00:06.656Z (over 1 year ago)
- Topics: play-framework, rest-api, sbt, scala
- Language: Scala
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)