This is a fork of Project Sekai Stickers(https://github.com/TheOriginalAyaka/sekai-stickers) with modifications.
- Added Backend Photo Upload Feature
- Extended frontend with upload UI components
Full-stack application with ReactJS + Express.js (Node) + PostgreSQL.
cd frontend
npm install
npm start
cd backend
npm install
npm run dev
- Ensure PostgreSQL is installed and running locally.
- Create a database (replace
your_db_name
):psql -U postgres -c "CREATE DATABASE your_db_name;"
- Import your
.sql
file to create tables:psql -U postgres -d your_db_name -f path/to/your/file.sql
Create a .env
file in the backend
directory with:
DB_USER=postgres
DB_PASSWORD=your_password
DB_HOST=localhost
DB_PORT=5432
DB_NAME=your_db_name
(Replace values with your actual credentials!)
Help is welcome, got some skill issues so dont judge me
Report Bug
·
Request Feature
Sekai Stickers is also a discord bot, you can invite it here
- Wonderhoy!
- Download/Copy stickers
- Global stickers made counter
- Social share button
-
Original stickers from Reddit
-
Cropped images by Modder4869
-
Website by TheOriginalAyaka
Distributed under the MIT License. See LICENSE
for more information.