https://github.com/kapit4n/scala-resume-builder
Restfull API for resume builder
https://github.com/kapit4n/scala-resume-builder
api rest-api scala scalatra
Last synced: about 2 months ago
JSON representation
Restfull API for resume builder
- Host: GitHub
- URL: https://github.com/kapit4n/scala-resume-builder
- Owner: kapit4n
- Created: 2018-02-07T10:48:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-15T21:44:49.000Z (about 5 years ago)
- Last Synced: 2025-03-11T08:32:02.204Z (over 1 year ago)
- Topics: api, rest-api, scala, scalatra
- Language: Scala
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume Builder #
## Build & Run ##
```sh
$ cd Resume_Builder
$ sbt
> jetty:start
> browse
```
### current resources
- GET localhost:8080/resumes
- GET localhost:8080/db/create-tables
- GET localhost:8080/db/load-data
- GET localhost:8080/coffees
### next resources
- POST /resurces
- GET /resurces/1
- PUT /resurces/
- POST /resurces/1/education
- POST /resurces/1/experience
- POST /resurces/1/skills
If `browse` doesn't launch your browser, manually open [http://localhost:8080/](http://localhost:8080/) in your browser.