This repository contains the former Angular 2+ based frontend part of the health-nlp project. Now it's been replaced by health-nlp-react.
Note: it's not that I prefer react over angular or anything. I just wanted to get some experience with react and redux, and that's why I've rewritten it. You can compare both repositories if you want to see an example of the same application written in Angular 2 and React+Redux.
The health-nlp project is an NLP (Natural Language Processing) demo composed by the following repositories:
- health-nlp-react: frontend part. It displays the results of the analysis (stored in firebase) and explains everything about the project. It is a react+redux web application.
- health-nlp-node: nodeJS/express backend for the health-nlp-angular frontend. It takes new job requests and sends them to the beanstalkd job queue.
- health-nlp-analysis (this repository): it processes jobs from beanstalkd and sends the results to firebase. It is a Python project.
This project is still on an early stage of development. As soon as there's an online demo available, you'll find a link here.
Angular CLI version 1.0.0-beta.31 was used to scaffold the first commit of this repository.
Run npm start
or ng serve
to start a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive/pipe/service/class/module
.
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.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
Before running the tests make sure you are serving the app via ng serve
.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.