Bet Booking Code Converter is a tool that allows users to convert bet booking codes from one platform to another. For example, it can convert a code from sportybet.com to football.com or msports and other supported platforms.
The project is structured as a monorepo with separate backend and frontend directories:
BETCONVERTER/
│── backend/ # Backend service
│ ├── src/ # Source code for the backend
│ ├── storage/ # Storage files
│ ├── package.json # Dependencies for backend
│ ├── Dockerfile # Containerization setup
│ ├── .env.example # Environment variables
│ └── README.md # Backend-specific documentation
│
│── frontend/ # Frontend application
│ ├── src/ # Source code for the frontend
│ ├── public/ # Static files
│ ├── package.json # Dependencies for frontend
│ ├── Dockerfile # Containerization setup
│ ├── .env.example # Environment variables
│ └── README.md # Frontend-specific documentation
- Convert bet booking codes between different betting platforms
- Fast and reliable conversion
- Frontend UI for user-friendly interactions
- API-based backend for handling conversions
- Support for multiple betting websites
- Ensure you have Bun.js installed (for frontend and backend)
- Ensure you have Docker installed (optional, for containerized deployment)
cd backend
bun install # Install dependencies
cp .env.example .env # Configure environment variables
bun run dev # Start backend in development modecd frontend
bun install # Install dependencies
cp .env.example .env # Configure environment variables
bun run dev # Start frontend in development modedocker-compose up --build- SportyBet
- Football.com
- MSports
- (Add more platforms as supported)
http://your_backend_url/swagger
Contributions are welcome! Please open an issue or submit a pull request if you find bugs or want to add new features.
This project is licensed under the Unlicense License. See LICENSE for details.
For support or inquiries, reach out via:
- GitHub: sacsbrainz
- Email: [email protected]