Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Responsive web app to collect citizens' incidents from natural disasters to littering.

Notifications You must be signed in to change notification settings

GDGSantaCruz/Alerta-Ciudadana

Repository files navigation

AlertaCiudadana

The purpose of this project is to build an online tool in which citizens can report natural disasters(flows, earthquakes, floods, drought), bad road conditions, forest fires, blackout, littering. These events can have potential damange on citizens if no action is taken in time.

Prerequisites

Knowladge the following technologies:

  • Firebase: Authentication, Firestore, Storage, Hosting.
  • AngularJS 5.x
  • Typescript as programming language

Software requirements

  • Git
  • [NodeJS] (https://nodejs.org/en/)
  • Any editor of IDE of your preference: Visual Studio Code, Sublime Text, Atom, Vim, Webstorm, etc.

Setup instructions

You must follow these instructions in command line before running the project:

  1. Install NodeJS
  2. Clone this repository
  3. cd Alerta-Ciudadana
  4. npm install

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.