Server for Banking App
-
Get the Source Code
- Clone the repository or download the source code:
git clone https://github.com/dn0ne/banking-server.git
- Clone the repository or download the source code:
-
Open project in IDE
- Launch your IDE.
- Select File > Open and navigate to the project's folder.
- Click OK to open the project.
-
Start database
- Start Docker
- Execute in terminal:
./database/start-db.sh (on Linux or WSL) or .\database\start-db.bat (on Windows)
-
Configure mail server access
- In the project's root folder create
mail.envfile with the following contents:MAIL_HOST="smtp.gmail.com" MAIL_PORT=587 MAIL_USERNAME="your username here" MAIL_PASSWORD="your password here"
- In the project's root folder create
-
Run the project
- Wait for the project to sync and build (Gradle sync may take some time).
- Click the Run button to build and launch the server.