Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 891 Bytes

DEVELOPMENT_MANUAL.md

File metadata and controls

14 lines (11 loc) · 891 Bytes

Requirements

Installation for development

  1. Download the repository files (project) from the download section or clone this project by typing in the bash the following command:

    git clone https://github.com/AbdelrahmanBayoumi/Azkar-App.git
    
  2. Import it in Intellij IDEA or any other Java IDE and let Maven download the required dependencies for you.

  3. To use Sentry (for error reporting) you need to add your own DSN in the src/main/resources/sentry.properties file.

    • See sentry.properties.example for an example.
  4. Run the application 😁