Skip to content

Aurius is an ecommerce application that allows users to shop for their favourite products and store owners to upload their product easily using Sanity headless CMS

Notifications You must be signed in to change notification settings

Anchit1909/aurius-ecommerce-website

Repository files navigation

Aurius - Ecommerce Website

Shop for your favourite electronic devices

Anchit Sinha Twitter follower count BackToLife repo star count

Introduction · How It Works · Tech Stack · Running Locally · Author


Introduction

Aurius is an ecommerce application for electronic devices using which shop owners can easily upload products without any technical support and users can enjoy a seamless shopping experience.

How it works

  • This app uses Sanity headless CMS for storing data of the products which makes it easy for anyone to upload products to their website without having any technical knowledge.
  • The user can sign in to the website. This feature is powered by NextAuth.
  • All the payment processing is done using Stripe.

Tech Stack

Running Locally

Cloning the repository to the local machine.

git clone

Creating an account on Sanity to get an API key.

  1. Go to Sanity to make an account.
  2. Get the API key from the API Keys section.

Storing API key in .env file.

Create a file in root directory of project named .env.local. And store your API key in it, as shown in the .example.env file.

Installing the dependencies.

npm install

Running the application.

Then, run the application in the command line and it will be available at http://localhost:3000.

npm run dev

To manage Sanity headless CMS.

Go to sanity_backend folder and then run the following command.

npm run dev

Author

About

Aurius is an ecommerce application that allows users to shop for their favourite products and store owners to upload their product easily using Sanity headless CMS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages