Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1008 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 1008 Bytes

Software Engineering Project

How to run the project

  1. Clone this repo then run npm install to install all the dependencies

  2. Get an API key from here and set that as the value of key in consts.js

  3. In consts.js replace ip_address with your IPv4 address

  4. In one terminal run node server.js

  5. And in another run npx expo start

  6. You can scan the qr code on your phone using the Expo Go app to test the app on your phone

  7. Login as an employee or as an admin:

    • Employee: Username is employee and password is password
    • Admin: Username is admin and password is password123

Useful links

React Native docs

Expo docs

Zoopla API docs