Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelfrache/springbox
A Spring-based application for secure file synchronization and backup with a user-friendly interface.
https://github.com/axelfrache/springbox
docker docker-compose java spring-boot spring-mvc spring-security thymeleaf
Last synced: 17 days ago
JSON representation
A Spring-based application for secure file synchronization and backup with a user-friendly interface.
- Host: GitHub
- URL: https://github.com/axelfrache/springbox
- Owner: axelfrache
- Created: 2024-02-21T15:31:25.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-01-11T23:59:45.000Z (27 days ago)
- Last Synced: 2025-01-12T00:26:11.195Z (27 days ago)
- Topics: docker, docker-compose, java, spring-boot, spring-mvc, spring-security, thymeleaf
- Language: Java
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpringBox
SpringBox is a Spring-based application designed for secure and efficient file synchronization and backup. This project aims to provide a user-friendly interface for managing personal cloud storage solutions, leveraging the power of Spring Boot and modern web technologies.
## Features
- User registration and authentication
- Secure file upload and download
- File synchronization across devices
- User-friendly web interface
- Responsive design with Bootstrap
- Real-time file status updates
- Multi-device support## Technologies Used
- **Backend**: Spring Boot
- **Database**: MySQL
- **Security**: Spring Security
- **Frontend**: Bootstrap 5
- **Containerization**: Docker## Getting Started
### Prerequisites
- Java 22 or higher
- Docker and Docker Compose
- Maven 3.8+### Installation
1. Clone the repository
```sh
git clone https://github.com/axelfrache/SpringBox.git
cd SpringBox
```2. Build and run the application using Docker
```sh
docker-compose up --build -d
```3. Access the application
Open your browser and navigate to `http://localhost:8080`
### Configuration
The application uses a MySQL database as specified in the `docker-compose.yml` file. You can customize the database configuration in the `docker-compose.yml` and `application.properties` files as needed.
### Usage
1. **Register** a new user at `http://localhost:8080/springbox/register`
2. **Login** with your credentials at `http://localhost:8080/springbox/login`
3. **Upload and manage your files** at `http://localhost:8080/springbox/files`## Contributing
Contributions are welcome! Here's how you can contribute:
1. Fork the project
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request