Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gran-software-solutions/hateoas-example
https://github.com/gran-software-solutions/hateoas-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gran-software-solutions/hateoas-example
- Owner: gran-software-solutions
- Created: 2023-05-17T05:30:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-17T05:48:51.000Z (over 1 year ago)
- Last Synced: 2024-04-23T05:27:39.386Z (9 months ago)
- Language: Kotlin
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Borrow API
build the backend
`./gradlew build`
run the backend (port 8080 must be free)
`./gradlew bootRun`
Enter the frontend
`cd FE/borrow`
run it (port 3000 must be free)
`npm run dev`
visit http://localhost:3000
et voilà