This project is an open-source gallery web application that utilizes Pocketbase as the backend and SvelteKit as the frontend framework. The app allows users to showcase images and organize them into various galleries.
You can access the demo of the project at demo app.
Pocketbase is used as the backend for this project. The database schema can be downloaded from db json schema. To host the backend, you can use pockethost.io for free.
The frontend of the project is built using SvelteKit, a modern web framework for building user interfaces. You can fork the frontend repository from here.
Clone the repository:
git clone https://github.com/deniskipeles/gallery-sveltekit.git
Navigate to the project directory:
cd gallery-sveltekit
Install the dependencies:
npm install
Run the project locally:
npm run dev
Access the app in your browser at http://localhost:3000
.
You can host the project for free on Vercel services. Vercel offers seamless deployment and hosting for SvelteKit applications.
Contributions to this open-source project are welcome. If you encounter issues or have ideas for improvements, feel free to submit a pull request to the repository.
This project is licensed under the MIT License.
Note: This Markdown file is for informational purposes and does not include actual code. Please refer to the provided URLs and repositories for the actual code and resources.