Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 978 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 978 Bytes

E-Commerce | Backend Server

NodeJs TypeScript MongoDB Redis


Prerequisites

Setup

  1. Navigate to the e-commerce-backend repository
  2. Install dependencies
npm i
  1. Create .env file
cp .example.env .env
  1. Configure environment variables in .env
  2. Start the server
npm run dev

REST API Documentation: Import E-commerce-API-Tests.postman_collection.json into Postman