DGCP3 / Storefront-API

API used as a backend for E-commence site, with authentication and search functionality.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storefront API

This is a REST API that is used to power e-commerce storefront UI.

Run Locally

Clone the project

  git clone https://github.com/DGCP3/Storefront-API.git

Docker-compose

  docker-compose up

Go to the project directory

  cd Storefront-API

Install dependencies

  npm install

Start the server

  npm run dev

Start server in production mode

  npm run build
  npm run start

Ports

Port Description
3000 API
5432 Postgres
8080 pgadmin

Tech Stack

Authors

About

API used as a backend for E-commence site, with authentication and search functionality.


Languages

Language:TypeScript 85.5%Language:JavaScript 14.5%