flinden68 / crypto-api

crypto assesment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypto-api

crypto assesment

What is inside

  • welcome page
  • registration page for new account
  • login page to go to a dashboard page

On this dashboard page

  • current prices of crypto currencies
  • sell or buy crypto currencies
  • directly see the new amount and the updated total

Datastore

The datastore used for this project is MongoDb, when installed locally it will run on default port 27017

mongodb://localhost:27017/crypto-store

Run the application

http://localhost:8787/

Build a docker image

native in 2.3.0 and higher

spring-boot:build-image

or via a DockerFile

mvn clean install
docker build  -t crypto-api 

About

crypto assesment

License:Apache License 2.0


Languages

Language:Java 75.1%Language:HTML 17.1%Language:JavaScript 7.5%Language:Dockerfile 0.3%