LoopEasy is a platform that connects customers with local businesses for subscription-based delivery of everyday essentials.
- User Authentication: Secure login and registration for customers and business collaborators
- Product Categories: Browse products by category with intuitive navigation
- Business Directory: Discover local businesses offering subscription services
- Subscription Management: Create and manage recurring deliveries
- LoopEasy Pay: Integrated payment system for seamless transactions
- Collaborator Dashboard: Tools for businesses to manage products and subscriptions
The application includes a comprehensive categorization system:
- Product Categories: Organize products into browsable categories
- Business Categories: Categorize businesses by their specialty
- Public Access: Categories page is accessible to all users
- Management Interface: Collaborators can manage business categories
For more details, see README-CATEGORIES.md
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Create a .env.local file with the following variables:
MONGODB_URI=your_mongodb_connection_string
NEXTAUTH_SECRET=your_nextauth_secret
NEXTAUTH_URL=http://localhost:3000
To seed the database with initial data:
# Seed categories
curl http://localhost:3000/api/seed-categoriesTo learn more about the technologies used:
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.