Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 968 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 968 Bytes

TUMTradingTechnology

TUM Student project by "Die harmonischen LKWs".

Documentation

Documentation can be found in the documentation folder. Project structure is documented along with uniform coding style.

Problem Statement
Frontend
Backend
Database
Code Style

Setup

# In /backend/src/main/resources
# Leave passphrase empty
openssl genrsa -out private.key.pkcs1 4096
openssl rsa -in private.key.pkcs1 -pubout -outform PEM -out public.pub
openssl pkcs8 -topk8 -inform PEM -outform PEM -in private.key.pkcs1 -out private.key -nocrypt
rm private.key.pkcs1
  • Insert API Key in [TODO]
  • Setup database
  • Run gradle build