All Projects → andes → app

andes / app

Licence: other
Aplicación web para ANDES

Programming Languages

typescript
32286 projects
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects
Less
1899 projects

Projects that are alternatives of or similar to app

healthcare
Open Source Healthcare ERP / Management System
Stars: ✭ 68 (+466.67%)
Mutual labels:  emr, healthcare
freehealth
Free and open source Electronic Health Record
Stars: ✭ 39 (+225%)
Mutual labels:  emr, healthcare
Openemr
The most popular open source electronic health records and medical practice management solution.
Stars: ✭ 1,762 (+14583.33%)
Mutual labels:  emr, healthcare
tech blog
Follow the Lumiata Tech Blog on Medium!
Stars: ✭ 20 (+66.67%)
Mutual labels:  healthcare
parse-hipaa
HIPAA & GDPR compliant ready parse-server with postgres/mongo, parse-hipaa-dashboard. Compatible with ParseCareKit
Stars: ✭ 74 (+516.67%)
Mutual labels:  healthcare
oclapi
Deprecated. Please see https://github.com/OpenConceptLab/oclapi2
Stars: ✭ 24 (+100%)
Mutual labels:  healthcare
blockchain-hackathon
An electronic health record (EHR) system built on Hyperledger Composer blockchain
Stars: ✭ 67 (+458.33%)
Mutual labels:  healthcare
hi-ml
HI-ML toolbox for deep learning for medical imaging and Azure integration
Stars: ✭ 150 (+1150%)
Mutual labels:  healthcare
CyFHIR
A Neo4j Plugin for Handling HL7 FHIR Data
Stars: ✭ 39 (+225%)
Mutual labels:  healthcare
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+283.33%)
Mutual labels:  healthcare
simple-server
The web app behind Simple.org
Stars: ✭ 61 (+408.33%)
Mutual labels:  healthcare
DiseaseClassifier
Using a Naive Bayes Classifier gets possible diseases from symptoms
Stars: ✭ 23 (+91.67%)
Mutual labels:  healthcare
learning-hadoop-and-spark
Companion to Learning Hadoop and Learning Spark courses on Linked In Learning
Stars: ✭ 146 (+1116.67%)
Mutual labels:  emr
openhospital-ui
Open Hospital web UI
Stars: ✭ 23 (+91.67%)
Mutual labels:  healthcare
flu-monitor
Flu visualization tool
Stars: ✭ 10 (-16.67%)
Mutual labels:  healthcare
EyesGuard
👀 Windows Application for protecting your eyes
Stars: ✭ 217 (+1708.33%)
Mutual labels:  healthcare
monai-deploy
MONAI Deploy aims to become the de-facto standard for developing, packaging, testing, deploying and running medical AI applications in clinical production.
Stars: ✭ 56 (+366.67%)
Mutual labels:  healthcare
Mining-Minds
Mining Minds is a collection of services, tools and techniques working collaboratively to investigate on human’s daily routines to provide a personalized well-being and health-care support
Stars: ✭ 43 (+258.33%)
Mutual labels:  healthcare
Asclepius
Open Price Comparison for US Hospitals
Stars: ✭ 20 (+66.67%)
Mutual labels:  healthcare
senaite.health
SENAITE LIMS extension for Health Care labs
Stars: ✭ 19 (+58.33%)
Mutual labels:  healthcare

ANDES

App

Aplicación Angular2 para ANDES

Notas

Como Angular2 y Angular-CLI son proyectos que están en constante actualización, recomendamos utilizar las versiones específicas detalladas en este documento

Instalación

NOTA DE ACTUALIZACION: Si ya se cuenta con una versión anterior de la aplicación, se recomienda borrar la carpeta node_modules para evitar conflictos de versiones de angular y angular-cli

# Windows
cd app
rd node_modules /s

# Linux
cd app
rm -r node_modules

Instalar angular-cli en forma global

npm install -g @angular/[email protected]

Instalar dependencias

cd app
npm install

Iniciar la aplicación

ng serve

Docker

Build images

docker build -t andesnqn/app .

Run image in container

docker run  -p  4200:4200  --rm --name andes_app andesnqn/app

Run container for development

docker run -v  ${pwd}:/usr/src/app  -p  4200:4200   --rm --name andes_app andesnqn/app 

#Stop container
docker stop andes_app

#Run command in container
docker exec andes_app npm install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].