An open-source shareable twibbon platform without annoying ads and sophisticated authentication built with React and Go.
- Make sure you have
git,go, andpnpminstalled on your machine.git clone https://github.com/fydemy/fytwb . - Start off by running the backend server:
cd backend go mod tidy // to installed the required packages cp .env.example .env go run main.go // or using air - Run the frontend by
cd frontend pnpm install cp .env.example .env.local pnpm dev
/api/v1/upload
├── GET (/:id)
├── Req: id params
└── Res: path
├── POST (/)
└── Req: form-data (key: frame)
└── Res: ID
- Add and get frame API
- Frontend ✨
- Image cropping/edit
- Rate limiting and caching
- Manageable data expiration
- How? without database at all!
Visit our github profile and seek for a Discord link at fydemy.com.