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

https://github.com/samya-s/decodress

Dress Decoded, Style Encoded - A full-stack E-commerce website built with Next.js
https://github.com/samya-s/decodress

decodress dress-decoded-style-encoded e-commerce full-stack-web-development nextjs

Last synced: about 2 months ago
JSON representation

Dress Decoded, Style Encoded - A full-stack E-commerce website built with Next.js

Awesome Lists containing this project

README

        

# Decodress

Dress Decoded, Style Encoded - A full-stack E-commerce website built using `Next.js` and `MongoDB`.

The application is deployed at: https://decodress.vercel.app

## Table of Contents

- [Installation](#installation)
- [Defining environment variables](#defining-environment-variables)
- [Run the development environment](#run-the-development-environment)

## Installation

1. Clone the repository:

```bash
git clone [email protected]:Samya-S/decodress.git
```
`Make sure you have SSH keys setup in your machine`

2. Navigate to the project directory:

```bash
cd decodress
```

3. Install dependencies:

```bash
npm install
```
or alternatively
```bash
npm i
```

`Make sure to have nodejs and npm installed`

## Defining environment variables

```bash
MONGO_URI=""
HOSTING_DOMAIN=""
NEXT_PUBLIC_DOMAIN=""
JWT_SECRET=""
RZPAY_KEY_ID=""
RZPAY_KEY_SECRET=""
NODEMAILER_AUTH_EMAIL=""
NODEMAILER_AUTH_EMAIL_PASSWORD=""
```

## Run the development environment

```bash
npm run dev
```