Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljonescodes committed Mar 20, 2024
1 parent 16d32ae commit ab05ad9
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,19 @@
# MyOrderApp Backend
# 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:

```bash
npm install
cp env-example .env
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

0 comments on commit ab05ad9

Please sign in to comment.