Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 714 Bytes

File metadata and controls

40 lines (26 loc) · 714 Bytes

[Mobile] ScanApp

First year master's project in React Native, this application allows you to scan a QR Code coming from the API "https://randomuser.me/api" and to insert the user into the application, then it allows you to take appointments and have information about users

Team

Technologies

  • ReactNative

Links

Github

Download

git clone https://github.com/killiancolla/scan-app

Installation

Back-end

Update app.config.js with the right local API URL

cd scan-app/server
npm install
nodes server.js

Front-end

cd scan-app/client
npm install
npm start