Skip to content

Latest commit

 

History

History
93 lines (39 loc) · 1.84 KB

README.md

File metadata and controls

93 lines (39 loc) · 1.84 KB

destiny dashboard

https://binamatic-app.appspot.com/

#Cryptorun.io

Git

  1. Checkout repo

  2. (Optional) Checkout Binance Java API repo

Backend

  1. Download JDK

  2. Download Cloud SDK

  3. Download Eclipse IDE for Java Developers

  4. Install Cloud Tools for Eclipse

  5. Open Project in Eclipse: File -> Open Project from file system -> binamatic\java

  6. Set code formatter: Window -> Preferences -> Java -> Code Style -> Formatter -> Import -> binamatic\java\eclipse-formatter.xml

Database

  1. No DB exists yet...

Front End

  1. Recommended to use Visual Studio Code for Angular dev

  2. Run npm install from within VS Code -> View -> Integrated Terminal

  3. Run npm start from within VS Code -> View -> Integrated Terminal

  4. Navigate to https://localhost:4200/ in your browser

Building

  1. Backend

    • There is no backend build. Java automatically compiles.
  2. Frontend

    • In VS Code, Press CTRL + SHIFT + B to kick off the build.

    • This will AoT build and copy build assets to binamatic\java\src\main\webapp

  3. Deploy

    • In Eclipse, right click on binamatic project. Select Deploy to App Engine Standard.