Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hollali/e-store
ecommerce web application using Nextjs,Sanity and Shadcn with Stripe
https://github.com/hollali/e-store
Last synced: about 2 months ago
JSON representation
ecommerce web application using Nextjs,Sanity and Shadcn with Stripe
- Host: GitHub
- URL: https://github.com/hollali/e-store
- Owner: hollali
- Created: 2024-03-21T08:53:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-14T12:10:12.000Z (9 months ago)
- Last Synced: 2024-04-14T13:07:49.348Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 418 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
E-Commerce Website
This is an e-commerce website built with Next.js, TypeScript, Tailwind CSS, Shadow, Stripe or Paystack for payments, and Sanity for content management.
Getting Started
To get started with this project, follow these steps:
Clone the repository:
bash
git clone https://github.com/hollali/e-store.git
Install dependencies:
bash
cd e-store
npm installSet up environment variables:
Copy the .env.example file to .env.local and fill in your environment variables.
Start the development server:
bash
npm run dev
Open http://localhost:3000 in your browser to see the website.
Tech Stack
Frontend: Next.js, TypeScript, Tailwind CSS, Shadow, Shadcn
Payments: Stripe, Paystack
Content Management: SanityFeatures
Responsive design using Tailwind CSS.
Product management and inventory control.
Secure payments with Stripe and Paystack integration.
Content management with Sanity.
User authentication and authorization.
Order tracking and management.Contributing
Contributions are welcome! Please fork the repository and submit a pull request with your changes.
LicenseThis project is licensed under the MIT License - see the LICENSE file for details.