MichelZuidema / DreamJournalAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DreamJournal API

Backend application for DreamJournal



BCH compliance


Requirements

  1. Local Apache and MySQL server.
  2. Java 14.

Setup

  1. Clone or download this repository (DreamJournalAPI)
  2. Insert "dreamjournal_db.sql" in your local MySQL server.
  3. Open this project in IntelliJ.
  4. Wait for Maven to install / index the dependencies.
  5. Open src/main/resources/application.properties, add your MySQL username to: "spring.datasource.username=" and add your MySQL password to: "spring.datasource.password=".
  6. Open the "Maven" menu on the right of the screen.
  7. Click on "DreamJournal API" -> "Lifecycle" -> "package"
  8. Run target/backendapi-0.0.1-SNAPSHOT.jar

Made by:

About


Languages

Language:Java 100.0%