Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tejas-rathi05/jneedle


https://github.com/tejas-rathi05/jneedle

appwrite ecommerce-website nextjs

Last synced: 2 months ago
JSON representation

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
```