Giter VIP home page Giter VIP logo

bird-report's Introduction

ng Bird Report

This project is to demostrate the following basic features of Angular 6+ :

  • Components, Templates and Data Binding
  • Directives
  • Reactive Forms and Template-driven Forms
  • Form Validation (both built-in validators and custom validators)
  • Routing and Navigating
  • Services and Dependency Injection
  • Communicating with the Server Using HTTP, Observables, and RxJS
  • Pipes (both built-in and custom)
  • Lazily loading modules

Actual Use

This project can develop into a full-blown bird reporting platform where ornithologists and bird-watchers submit bird survey reports. Bird data gathered this way is very valuable when composing bird atlases.

Project Status

The following fuctionalities are ready for demo:

  • Display report list and report details;
  • Create new reports;
  • Add new birds in reports;
  • In report details, filtering bird species by common/uncommon birds;
  • In report details, sorting bird species by name or by taxonomic index;
  • Login form, Edit Profile form, Logout.

The following functionalities will be added:

  • Display an indicator for common/uncommon birds.
  • Search reports by bird names.
  • Automated testing.

How to Run

There are three options to run ngBirdReport. The first is to run in Docker. The other two options require node (recommended node version is 8.x or higher: node --version).

It will take quite a while to download and build for the first time.

Option 1. To Run Using Docker

docker-compose up

When the server is up, navigate to http://localhost:8181/

To test Login, please use nzhou/anything

Option 2.

npm install
npm run build
npm run server

Navigate to http://localhost:8181/

To test Login, please use nzhou/anything

Option 3.

npm install
npm run server

Then in another terminal, run:

npm start

Navigate to http://localhost:4200/

To test Login, please use nzhou/anything

bird-report's People

Contributors

shiuu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.