Skip to content
Snippets Groups Projects
To learn more about this project, read the wiki.

Emergency Alert Application

Documentation

Table of Contents

  1. Introduction
  2. Features
  3. Installation
  4. Usage
  5. Contribution
  6. License
  7. Documentation

Introduction

This is an application for Estonian Wildlife center to manage alerts made by member of the public about injured animals. The applications main purpose is to provide a platform for the public to report injured animals and for the center to manage these alerts. Additionally, the application provides the following features:

  • A ticketing system for managing alerts
  • A knowledge base for common injuries and how to handle them
  • A user management system for managing users and roles
  • A statistics page for viewing the number of alerts and their status
  • An applications management system for managing the new applications
  • A settings page for managing the application settings

Features

  • Ticketing system
  • Knowledge base
  • User management
  • Statistics
  • Applications management
  • Settings

Installation

  1. Clone the repository
  2. Install the dependencies
  3. Run the application
    • Backend
      1. Navigate to the backend directory
      2. ...
    • Frontend 1. Navigate to the frontend directory 2. npm install 3. npm run serve

Usage

??

Contributing

The following members contributed to this project:

  • ...

License

This project is owned by the Estonian Wildlife Center and is not open source.

Documentation

  • Backend
    • Entities
    • Controllers
    • Services
    • Repositories
    • DTOs