Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softchris/maya-shopping
maya-shopping
https://github.com/softchris/maya-shopping
Last synced: 16 days ago
JSON representation
maya-shopping
- Host: GitHub
- URL: https://github.com/softchris/maya-shopping
- Owner: softchris
- Created: 2020-07-09T14:18:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:25:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T13:22:38.701Z (about 1 month ago)
- Language: JavaScript
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Remember this
Another changenew feature
# Welcome to the Cenote Shoppe Shopping Cart App
By running this application using Node.js, you will be able to gather the gear you need to dive into the mysterious cenote as described in Part 2 of the [Azure Maya Mystery](https://aka.ms/AzureMayaMystery).
This app is built with Node.js. To learn all about Node, please visit Microsoft Learn's Node.js [learning path](https://docs.microsoft.com/en-gb/learn/paths/build-javascript-applications-nodejs/?WT.mc_id=mayamystery-playfab-jelooper).
Start by installing all the app's dependencies
```bash
npm install
```Run the shop by typing
```bash
node app.js
```The app should be up and running on port `3000` on your localhost (http://localhost:3000).
Try adding items to the cart. If you can add the one item you need for this part of the game into your cart, the attached API will tell you what the code is to enable delivery of your gear AND reveal the name of the second glyph that makes up the mysterious temple's name.