Server for money-mate
-
Get the Source Code
- Clone the repository or download the source code:
git clone https://github.com/dn0ne/money-mate-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.
-
Create properties file
- In the
money-mate-server/src/main/resourcesfolder, create an application.properties file with the following contents:spring.mvc.servlet.load-on-startup=1 spring.data.mongodb.uri=your-mongo-db-url
- In the
-
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.