Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 870 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 870 Bytes

MyOrderApp Back-end

Transform your Square POS setup into a powerful mobile ordering platform with MyOrderApp. Just use Square the way you already do, and trust us to provide an exceptional mobile ordering experience for your customers. The platform features immediate synchronization with your Square Catalog and Locations, ensuring your app is always up-to-date. Effortlessly manage and rearrange your catalog’s categories, items, and variations whenever you wish.

This is the back-end for MyOrderApp, allowing Sellers to manage their app, and Customers to make purchases, all through Square.

This is a Nest.js project bootstrapped using Brocoders template.

How to use

Install dependencies and run:

npm install
cp env-example .env
npm run dev

Open http://localhost:4000/docs with your browser to see the result.