flosse / als-aid

Advanced Life Support - Mobile App

Home Page:https://prod-alsaid.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALSaid

Mobile App

  • cd app/
  • npm install
  • Install the ionic CLI (npm install -g ionic)
  • Install the Gulp (npm install -g gulp)
  • Install typings (npm install -g typings)
  • Install typings dependencies (typings install)
  • Run ionic serve

Server

  • Install Redis
  • cd backend/
  • npm install
  • mv .env.example .env
  • vi .env Change variables for yourself
  • node app.js migrate Seed the database and Redis
  • npm run watch

License

This project is licensed under the AGPL-v3.0 license.

About

Advanced Life Support - Mobile App

https://prod-alsaid.herokuapp.com/

License:GNU Affero General Public License v3.0


Languages

Language:CSS 66.6%Language:JavaScript 14.1%Language:HTML 10.4%Language:TypeScript 9.0%