Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

bpomerenke/hack4good_ipourlife

Repository files navigation

hack4good_ipourlife

ipourlife hackathon

Pre-requisites

  • Client
    • Android Studio / XCode
    • NodeJS
    • ionic & cordova
      • npm install -g ionic cordova
  • Server
    • Python 3.6.1
    • virtualenv (pip install virtualenv)
    • Django (pip install Django)
    • heroku CLI (https://devcenter.heroku.com/articles/heroku-cli)
    • setup virtual env (first time only)
      • virtualenv venv
      • ./venv/Scripts/activate
      • pip install -r requirements.txt
    • setup Django db / users (first time only)
      • python manage.py migrate
      • python manage.py createsuperuser

running client (web)

  • cd client
  • ionic serve

deploying to device

  • cd client
  • ionic cordova run android --device

running server (locally)

About

ipourlife hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published