/restaurant-server

Restaurant Management System with Deliveries, Orders, Categories

Primary LanguageTypeScript

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