medaminefh / E-commerce_express_ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

e-store-high-resolution-logo-transparent

Backend server for the E-store

Installation

1- clone this repository

2- Install deps

pnpm install

3- .env file

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

3- Prepare and run the server

pnpm dev

About


Languages

Language:TypeScript 99.2%Language:Dockerfile 0.8%