Skip to content

gp219/DailyEssentials

Repository files navigation

LoopEasy - Subscription-based Essentials Delivery

LoopEasy is a platform that connects customers with local businesses for subscription-based delivery of everyday essentials.

Features

  • 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

Categories Feature

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Environment Setup

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

Database Seeding

To seed the database with initial data:

# Seed categories
curl http://localhost:3000/api/seed-categories

Learn More

To learn more about the technologies used:

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors