MyDisc is an desktop and web aplication, which allows to create folders and store files in them. Backend is written in Spring Boot and frontend is written in ReactJS.
The project is dockerized, implements HATEOS architecture and is hosted on GoogleCloud. Currently only API is available.
To install MyDisc you have to have docker-compose installed. Here is a documentation how to do it.
- Pull project from the repository:
git clone https://github.com/Syemon/MyDisc.git - Enter created project:
cd MyDisc - Run docker containers:
docker-compose up.
MyDisc wiki
API documentation in OpenAPI 3.0
You can make requests to API through swaggerHub. Examples of usage are available on wiki page.
-
Front-end - Martyna Szeszko
-
Back-end - Szymon Linowski


