Skip to content

dn0ne/money-mate-server

Repository files navigation

Server for money-mate

Build

  1. Get the Source Code

    • Clone the repository or download the source code:
      git clone https://github.com/dn0ne/money-mate-server.git
  2. Open project in IDE

    • Launch your IDE.
    • Select File > Open and navigate to the project's folder.
    • Click OK to open the project.
  3. Create properties file

    • In the money-mate-server/src/main/resources folder, create an application.properties file with the following contents:
      spring.mvc.servlet.load-on-startup=1
      spring.data.mongodb.uri=your-mongo-db-url
      
  4. 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.

About

Server for MoneyMate

Resources

Stars

Watchers

Forks

Contributors