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
- Host: GitHub
- URL: https://github.com/samya-s/decodress
- Owner: Samya-S
- License: agpl-3.0
- Created: 2024-03-23T20:01:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T18:45:32.000Z (10 months ago)
- Last Synced: 2025-02-03T11:33:24.554Z (4 months ago)
- Topics: decodress, dress-decoded-style-encoded, e-commerce, full-stack-web-development, nextjs
- Language: JavaScript
- Homepage: https://decodress.vercel.app
- Size: 3.31 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```