-
Install dependencies:
npm install
-
Run the back-end:
npm start
You could open the server that is running on the Microsoft Azure platform. https://junctionx.azurewebsites.net/
-
Run the front-end:
cd react npm install npm start
-
Run the Barcode Scanner mobile app:
cd native npm i expo start
-
Enjoy!
All written in Javascript. React on the front-end, Nodejs in the back-end and React-Native for native development.
Microsoft Azure and Cosmos DB for hosting the server and NoSQL database (MongoDB).
The app still needs to be run locally because we had issues calling our API hosted on the Azure cloud.