Skip to content

pkaravaev/CryptoEagle

Repository files navigation

CryptoEagle site link

A project on Spring Framework on the crypto world, which provides data on the coins , news, events , white list.With user authentication and authorization.

Frameworks and Tools

  • HTML, CSS, Bootstrap, jQuery
  • Spring (MVC,Security,Test)
  • Jpa(Hibernate)
  • JSP, JSTL
  • Maven
  • Jackson
  • PostgreSQL , HSQLDB
  • REST
  • JUnit, Hamcrest
  • SLF4J

CryptoEagle video

Alt text

REST endpoints

Get all coins

GET /api/coins/

Get coins by name

GET /api/coins/${name}

Get all blogs

GET /api/blogs/

Get all events

GET /api/events/

Get get items

GET /api/items/

Get get items by source

GET /api/items/${source}

Get get all icos

GET /api/icos/

Get get ico by name

GET /api/icos/${name}

Get get icos by status active/upcoming/finished

GET /api/icos/${status}

Releases

No releases published

Packages

No packages published