syncstream-dev / syncstream-backend

Java + SpringBoot backend for SyncStream Application
GNU General Public License v2.0
2 stars 2 forks source link

Feature/#1 setup initial backend modules #10

Closed Xu-Gavin closed 9 months ago

Xu-Gavin commented 9 months ago

Since we transitioned away from rust, I setup the SpringBoot framework with Gradle. I added all data models (initial backend modules) and tests accordingly. I've also added a logging plugin to help with seeing tests visually.

Closes #1.