]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/commit
initial commit
authorjloup <jean-loup.jamet@trainline.com>
Wed, 14 Feb 2018 13:19:09 +0000 (14:19 +0100)
committerjloup <jean-loup.jamet@trainline.com>
Wed, 14 Feb 2018 13:19:09 +0000 (14:19 +0100)
commit7a9e5112eaaea58d55f181d3e5296e4ff839921c
tree968ed193f42a1fad759cc89ad2f8ad5b0091291e
initial commit
50 files changed:
.gitignore [new file with mode: 0644]
Gopkg.lock [new file with mode: 0644]
Gopkg.toml [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
api/api.go [new file with mode: 0644]
api/auth_jwt.go [new file with mode: 0644]
api/auth_otp.go [new file with mode: 0644]
api/const.go [new file with mode: 0644]
api/const_string.go [new file with mode: 0644]
api/logger.go [new file with mode: 0644]
api/market_config.go [new file with mode: 0644]
api/routes.go [new file with mode: 0644]
api/user.go [new file with mode: 0644]
cmd/ansible/.gitignore [new file with mode: 0644]
cmd/ansible/ansible.cfg [new file with mode: 0644]
cmd/ansible/conf.toml.j2 [new file with mode: 0644]
cmd/ansible/cryptoportfolio-app.j2 [new file with mode: 0644]
cmd/ansible/deploy.yml [new file with mode: 0644]
cmd/ansible/hosts [new file with mode: 0644]
cmd/ansible/release.yml [new file with mode: 0644]
cmd/ansible/requirements.yml [new file with mode: 0644]
cmd/ansible/vars.yml [new file with mode: 0644]
cmd/app/Makefile [new file with mode: 0644]
cmd/app/conf.toml [new file with mode: 0644]
cmd/app/main.go [new file with mode: 0644]
cmd/web/.babelrc [new file with mode: 0644]
cmd/web/.gitignore [new file with mode: 0644]
cmd/web/.jscsrc [new file with mode: 0644]
cmd/web/.jshintrc [new file with mode: 0644]
cmd/web/Makefile [new file with mode: 0644]
cmd/web/env/dev.env [new file with mode: 0644]
cmd/web/env/prod.env [new file with mode: 0644]
cmd/web/js/api.js [new file with mode: 0644]
cmd/web/js/app.js [new file with mode: 0644]
cmd/web/js/cookies.js [new file with mode: 0644]
cmd/web/js/main.jsx [new file with mode: 0644]
cmd/web/js/otp.jsx [new file with mode: 0644]
cmd/web/js/poloniex.jsx [new file with mode: 0644]
cmd/web/js/signin.jsx [new file with mode: 0644]
cmd/web/js/signup.jsx [new file with mode: 0644]
cmd/web/package.json [new file with mode: 0644]
cmd/web/static/index.html [new file with mode: 0644]
cmd/web/static/style.css [new file with mode: 0644]
cmd/web/yarn.lock [new file with mode: 0644]
db/db.go [new file with mode: 0644]
db/db_test.go [new file with mode: 0644]
db/errors.go [new file with mode: 0644]
db/market_config.go [new file with mode: 0644]
db/user.go [new file with mode: 0644]