Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

flosse/als-aid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.