gallery-sveltekit

Gallery Sveltekit

this is a open source gallery project using sveltekit as a frontend and pocketbase as a backend

Open Source Gallery Project Web App

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.

Demo

You can access the demo of the project at demo app.

Backend - Pocketbase

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.

Frontend - SvelteKit

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.

Getting Started

  1. Clone the repository:

    git clone https://github.com/deniskipeles/gallery-sveltekit.git
    
  2. Navigate to the project directory:

    cd gallery-sveltekit
    
  3. Install the dependencies:

    npm install
    
  4. Run the project locally:

    npm run dev
    
  5. Access the app in your browser at http://localhost:3000.

Hosting

You can host the project for free on Vercel services. Vercel offers seamless deployment and hosting for SvelteKit applications.

Contribution

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.

License

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.

Top categories

Loading Svelte Themes