Skip to content

medaminefh/E-commerce_nuxt_ts

Repository files navigation

e-store-high-resolution-logo-transparent

E-store

An E-commerce website to make your life easier Screenshot from 2024-04-05 20-15-24

Demo

E-store website

Admin dashboard to manage the products & clients

Screenshot from 2024-04-05 20-16-44 Screenshot from 2024-04-05 20-16-52

Confirm and place the order

Screenshot from 2024-04-05 20-17-07

Installation

1- Clone this repository & the backend repository

2- Install dependencies for both repos

pnpm install

3- Add the Env variables in .env file for the frontend follow the env-sample file.

for the backend place these in yout .env file.

MONGODB_URI=mongodb+srv://user:pass@first.cyvpk.mongodb.net/E-store?retryWrites=true&w=majority
TOKEN_SECRET=secrettoken
ADMIN_PASS=123456789
USER_PASS=123456789

4- Run the frontend(this project)

pnpm dev

5- Run the backend

pnpm dev