Skip to content

Padasdaf/Backdrop-Zap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backdrop Zap

Backdrop Zap is a full-stack background removal tool that delivers pixel-perfect, transparent cutouts in seconds.


Quick Start

  1. Download the files Clone this repository, then open the Backdrop-Zap folder:

    git clone https://github.com/<your-username>/Backdrop-Zap.git
    cd Backdrop-Zap
  2. Back-end setup

    1. Open the project in VS Code (or your preferred editor).

    2. Create the database in MySQL:

      CREATE DATABASE backdropzapdb;
    3. Edit backdrop-zap-backend/src/main/resources/application.properties to add your keys and credentials.

    4. Run the application:

      cd backdrop-zap-backend
      ./mvnw spring-boot:run
  3. Front-end setup

    1. Open the Backdrop Zap folder in VS Code (or your preferred editor).

    2. Install dependencies:

      npm install
    3. Create or edit the .env file in the client directory to add your environment variables.

    4. Start the dev server:

      npm run dev
  4. View in your browser

    Open:

    http://localhost:5173
    

About

Full-stack background removal tool that delivers pixel-perfect, transparent cutouts in seconds!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published