MyDisc is an desktop and web aplication, which allows to create folders and store files in them. Back-end is written in Spring Boot and front end is written in ReactJS.
Frontend of MyDisc application made with ReactJS and Electron
How to run MyDisc Application:
- git clone MyDisc from Syemon to get backend
- git clone (into client folder) this repo to get frontend
- Create database in mysql named
mydisc(in case of problems, here's schema) - Run command:
./gradlew build && java -jar build/libs/MyDisc-0.0.1-SNAPSHOT.jar - And the run:
./gradlew bootRun - In client folder run npm install, then
npm run startto run react in browser - In case to run app in electron, type:
npm run electron
Check the Syemon's readme to see how to run app with docker and get more detailed info about backend.
-
Front-end - Martyna Szeszko
-
Back-end - Szymon Linowski


