Web AR Framework Backend Live Demo
To begin using this framework, choose one of the following options to get started:
- Clone the repo:
git clone https://github.com/shaddeykatri/business-and-retail-web-ar.git
- Fork, Clone, or Download on GitHub
- Clone the frontend repo
This boilerplate uses uses a number of open source packages to work properly. The following tools were used:
Express requires Node.js v5+ to run.
Install the dependencies and devDependencies and start the server.
cd business-and-retail-web-ar
npm install
npm start
A step by step series of examples that tell you how to get a development env running. Server running on
http://0.0.0.0:5000/
Create a .env file and update the following parameters :
PORT=5000
COSMOS_URL= place your Mongo cosmos DB URL
COSMOSDB_USER= place your Mongodb cosmos DB user url
COSMOSDB_PASSWORD= place your Mongo DB cosmos DB password
Refer the swagger documentation by hitting
http://0.0.0.0:5000/doc