![Aurius - Ecommerce Website](/Anchit1909/aurius-ecommerce-website/raw/main/public/screenshot.png)
Shop for your favourite electronic devices
Introduction · How It Works · Tech Stack · Running Locally · Author
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.
- 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.
- Typescript
- NextJS
- Tailwind CSS
- NextAuth
- Sanity (Headless CMS)
- Stripe (For processing payments)
git clone
- Go to Sanity to make an account.
- Get the API key from the API Keys section.
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.
npm install
Then, run the application in the command line and it will be available at http://localhost:3000
.
npm run dev
Go to sanity_backend folder and then run the following command.
npm run dev
- Anchit Sinha (@anchit1909)