Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gran-software-solutions/hateoas-example


https://github.com/gran-software-solutions/hateoas-example

Last synced: about 2 months ago
JSON representation

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à