This project is a simple web application featuring a sortable table with file upload functionality, a form for resource submission, a drag-and-drop functionality and an i18n module with a Spring Boot backend, and a SvelteKit frontend served via Nginx. The entire application is containerized using Docker and orchestrated with Docker Compose.
adapter-static
)Before you begin, ensure you have the following installed on your system:
An overview from the project root (Pack_Table_Upload
):
Follow these steps to get the application up and running locally using Docker Compose, you will find it on localhost:8080.
If you haven't already, clone the project repository. Windows:
git clone https://github.com/DevMiki/FiddlingWithSvelte.git; cd FiddlingWithSvelte
Linux:
git clone https://github.com/DevMiki/FiddlingWithSvelte.git && cd FiddlingWithSvelte
```bash docker-compose up -d