TheRealTechWiz / WomenSafe-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WomenSafe App


forthebadge

Getting Started

Follow these instructions to build and run the project:

  1. Clone this repository.
  2. Install Android Studio.
  3. Import the project into Android Studio:
    1. Open Android Studio
    2. Click Open an existing Android Studio project
    3. Select the project
  4. Android Studio will import the project and Gradle will build the project.
  5. Run the application:
    1. Click Run > Run 'app'
    2. After the project builds you'll be prompted to build or launch an emulator.

Build with gradle

If you do not have Android Studio, but you have Gradle installed, you can build your app with gradle directly:

OS X & Linux:

./gradlew assembleRelease

Windows:

gradlew.bat assembleRelease

The output apk will be in /app/build/outputs/apk/release. Transfer the apk to your device and install it to use the application.

Police Panel code:-

Police Panel using Django

Contributors

Thank you to all the contributors who help in making this project better 🙌

About

License:MIT License


Languages

Language:Java 100.0%