Skip to content

TheChrisHui/sekai-stickers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 

Repository files navigation

Project Sekai Stickers (Fork)

This is a fork of Project Sekai Stickers(https://github.com/TheOriginalAyaka/sekai-stickers) with modifications.

Key Modifications

  • Added Backend Photo Upload Feature
  • Extended frontend with upload UI components

Project Sekai Stickers

Full-stack application with ReactJS + Express.js (Node) + PostgreSQL.

Quick Start

1. Frontend Setup

cd frontend
npm install
npm start

2. Backend Setup

cd backend
npm install
npm run dev

3. Database Setup (PostgreSQL)

  1. Ensure PostgreSQL is installed and running locally.
  2. Create a database (replace your_db_name):
    psql -U postgres -c "CREATE DATABASE your_db_name;"
  3. Import your .sql file to create tables:
    psql -U postgres -d your_db_name -f path/to/your/file.sql

Configuration

Environment Variables (backend/.env)

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!)


Original README

Note: This app is no longer maintained as I'm working on an upcoming app. Stay tuned for updates!

Contributors Forks Stargazers Issues MIT License


CSD Bot

Project Sekai Stickers

Help is welcome, got some skill issues so dont judge me

Report Bug · Request Feature

🤖》Discord Bot

Sekai Stickers is also a discord bot, you can invite it here

》Description

Readme Card

》Feature

  • Wonderhoy!
  • Download/Copy stickers
  • Global stickers made counter
  • Social share button

✨》Credits

》Screenshots


🔐 》License

Distributed under the MIT License. See LICENSE for more information.

About

Project Sekai sticker maker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.7%
  • HTML 26.8%
  • CSS 7.5%