/
y.arlou
/
CryptoPet
Обзор
Документация
Войти
/
y.arlou
/
CryptoPet
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
CryptoPet
Форк
0
Избранное
0
GigaIDE Cloud
Описание
17 KiB
README
В избранном
0
Форки
0
Языки
Java
100%
Сообщить о нарушении
master
Ветки:
1
Коммиты:
4
Теги:
0
Код
koop9087
Merge remote-tracking branch 'origin/master'
4 года назад
827d307
rest
add fixes
4 года назад
.gitignore
CryptoCurrencyTask
4 года назад
README.md
Create README.md
4 года назад
pom.xml
CryptoCurrencyTask
4 года назад
CryptoCurrencyTask
Start tomcat 9, MySQL
mvn clean install
to create new user with gitbash -> curl -v -X POST http://localhost:8080/rest/v1/coins/one/BTC
to see all coins -> curl -v -X GET http://localhost:8080/rest/v1/coins
to see special coin -> curl -v -X GET http://localhost:8080/rest/v1/coins/80 //(80 its a coin id)
CryptoCurrencyTask
Start tomcat 9, MySQL
mvn clean install
to create new user with gitbash -> curl -v -X POST http://localhost:8080/rest/v1/coins/one/BTC
to see all coins -> curl -v -X GET http://localhost:8080/rest/v1/coins
to see special coin -> curl -v -X GET http://localhost:8080/rest/v1/coins/80 //(80 its a coin id)
README.md
CryptoCurrencyTask
Start tomcat 9, MySQL
mvn clean install
to create new user with gitbash -> curl -v -X POST
http://localhost:8080/rest/v1/coins/one/BTC
to see all coins -> curl -v -X GET
http://localhost:8080/rest/v1/coins
to see special coin -> curl -v -X GET
http://localhost:8080/rest/v1/coins/80
//(80 its a coin id)