innocent-maina / lotus-server

Public e-commerce software (server)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lotus - (server)

MarketPlace Ecommerce Application

Quick Installation

### Clone the git repository
git clone https://github.com/e-kraus/lotus-server.git

### Setup environment variables
cp .env.example .env

### Install project dependencies
npm install

### Initialize development server
npm run dev

### Run production
npm start

Author

About

Public e-commerce software (server)


Languages

Language:TypeScript 99.9%Language:Procfile 0.1%