Skip to content

Commit

Permalink
[TRYC-6][TRYC-7] Add MySQL connection to NestJS, Add Wallet module (#1)
Browse files Browse the repository at this point in the history
* Remove not needed stuff

* Change TSLint/Prettier configs

* Install needed modules

* Add database module

* Add wallet module

* Update main app files
  • Loading branch information
piotrmoszkowicz authored Sep 18, 2019
1 parent 995e9e2 commit 83df544
Show file tree
Hide file tree
Showing 16 changed files with 335 additions and 63 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"singleQuote": true,
"trailingComma": "all"
}
}
9 changes: 9 additions & 0 deletions blockchain.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
Loading

0 comments on commit 83df544

Please sign in to comment.