Skip to content

Selich/JunctionX-Budapest---Solution

Repository files navigation

JunctionX Budapest - Tesco challenge - Helping Hand

How to run:
  1. Install dependencies:

     npm install
    
  2. Run the back-end:

     npm start
    

You could open the server that is running on the Microsoft Azure platform. https://junctionx.azurewebsites.net/

  1. Run the front-end:

    cd react
    npm install
    npm start 
    
  2. Run the Barcode Scanner mobile app:

    cd native
    npm i
    expo start
    
  3. Enjoy!

Languaged used:

All written in Javascript. React on the front-end, Nodejs in the back-end and React-Native for native development.

Technologies used:

Microsoft Azure and Cosmos DB for hosting the server and NoSQL database (MongoDB).

Additional notes:

The app still needs to be run locally because we had issues calling our API hosted on the Azure cloud.

About

Solution project for the JunctionX Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published