Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.17 KB

File metadata and controls

22 lines (16 loc) · 1.17 KB

Locus

Getting Started

  1. Create the configKeys.js by using configKeysExample.js as a reference: cp configKeysExample.js configKeys.js For the environment variables, you will need:
  2. Install Expo with npm install -g expo-cli
  3. Install dependencies: npm i
  4. Run the server: npm start
  5. Note that this app needs to be run with the backend server. You can find the API repository here

Screenshots

The home page with a list of categories

Photo upload page with tags produced by image recognition API

Photo detail page with Google Maps and camera settings

Chat room for each photo