Skip to content

hguerra/dribbble-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dribbble Java

A simple Dribbble API client.

Build and Run

First of all you need to configure the API URL. Properties are located in ./client/src/app/app.api.ts file.

By default application is using http://localhost:8080.

Depelopment

  • ng serve to start front-end server for development.
  • mvn spring-boot:run to start spring boot application on embedded server.

By default client server will be running on port 4200.

License

dribbble-Java is released under the MIT License.