Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 379 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 379 Bytes

winelight management system microservices

Setting up the Backend

clone the project from the main repo

Install Dependencies

cd to winelight/server and run npm install

Run the Server

cd to winelight/server and run npm run dev

API BASE URL

The API base URL is http://localhost:8081 The App is hosted locally on port 8081

API Endpoints Documentation