Welcome to Bella10 – Your ultimate destination for online and offline sports shopping.
Find a wide range of sports equipment, apparel, and accessories for all your fitness needs.
- Online and offline sports shopping experience
- Product catalog for sports equipment, apparel, and accessories
- User authentication and profile management
- Shopping cart and secure checkout
- Admin panel for product and order management
- Frontend: Next.js
- Backend: Next.js / Node.js
- Database: MongoDB
- Authentication: JWT
- Hosting: Vercel / Netlify / Render / AWS
- Node.js (>=14)
- npm / yarn
- MongoDB instance (or any database configured)
# Clone the repository
git clone https://github.com/snehilgamit/bella10.git
cd bella10
# Install dependencies
npm install
# Set up environment variables
cp .env.example .env
# Edit .env with your configuration
# Start the development server
npm run dev