Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 680 Bytes

File metadata and controls

23 lines (18 loc) · 680 Bytes

Welcome to our SafeTrip App 👋

SafeTrip was inspired by the need for safer KW experiences. As KW becomes busier and more populated, concerns about personal safety, especially in high-crime areas, have risen significantly. We wanted to create a solution that empowers users to make informed decisions about their routes and destinations by providing real-time crime data.

Get started

  1. Install dependencies( frontend and backend )

     npm install 
  2. add .env file for backend and frontend check .sampleenv for variables

  3. Start the app frontend

     npx expo start --tunnel

    backend

     python app.py