Skip to content

tonyisup/bbpc

Repository files navigation

BBPC (Bad Boys Podcast)

https://badboyspodcast.com/

A modern web application built with the T3 Stack, combining powerful technologies for a robust full-stack experience.

��� Tech Stack

  • Framework: Next.js 14 with TypeScript
  • Authentication: NextAuth.js for secure user authentication
  • Database: Prisma as the ORM
  • API: tRPC for end-to-end typesafe APIs
  • Styling: Tailwind CSS with additional utilities:
    • Headless UI components
    • Radix UI primitives
    • Class Variance Authority
    • Tailwind Merge
    • Tailwind Animate
  • UI Components:
    • Pure React Carousel
    • React Card Flip
    • React Icons
    • React Responsive
  • File Uploads: Uploadthing integration
  • Form Validation: Zod
  • Security: Google ReCAPTCHA integration

🛠️ Development

  1. Clone the repository
  2. Install dependencies:
    npm install
  3. Copy .env.example to .env and fill in your environment variables
  4. Initialize the database:
    npx prisma generate
    npx prisma db push
  5. Start the development server:
    npm run dev

📦 Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm start - Start production server
  • npm run lint - Run ESLint
  • npm run postinstall - Generate Prisma client

🔒 Environment Variables

Required environment variables can be found in .env.example. Make sure to set these up before running the application.

📱 Features

  • Full-stack TypeScript integration
  • End-to-end type safety with tRPC
  • Secure authentication with NextAuth.js
  • Database management with Prisma
  • Responsive design with Tailwind CSS
  • Modern UI components and animations
  • File upload capabilities
  • Form validation and security measures

📝 License

MIT License

Copyright (c) 2024 BBPC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

🤝 Contributing

Contributions, issues, and feature requests are welcome!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors