Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tejas-rathi05/jneedle
https://github.com/tejas-rathi05/jneedle
appwrite ecommerce-website nextjs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tejas-rathi05/jneedle
- Owner: tejas-rathi05
- Created: 2024-08-26T11:30:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-30T18:21:26.000Z (4 months ago)
- Last Synced: 2024-09-22T10:32:44.119Z (3 months ago)
- Topics: appwrite, ecommerce-website, nextjs
- Language: TypeScript
- Homepage: https://jneedle.vercel.app
- Size: 24.2 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JNeedle E-Commerce website
Developed a full-stack e-commerce platform with role-based authentication using Appwrite. The project includes a user-friendly interface for shoppers and an admin dashboard for managing inventory and orders. Built with Next.js and TypeScript for a responsive design, with plans to add a payment gateway for secure transactions.
## Deploy Your Own
Deploy the example using [Vercel](https://vercel.com?utm_source=github&utm_medium=readme&utm_campaign=next-example):
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/vercel/next.js/tree/canary/examples/with-redux&project-name=with-redux&repository-name=with-redux)
## How to Use
Execute [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) with [npm](https://docs.npmjs.com/cli/init), [Yarn](https://yarnpkg.com/lang/en/docs/cli/create/), or [pnpm](https://pnpm.io) to bootstrap the example:
```bash
npx create-next-app --example with-redux with-redux-app
``````bash
yarn create next-app --example with-redux with-redux-app
``````bash
pnpm create next-app --example with-redux with-redux-app
```