ivanets / prohabits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HOW TO RUN

Prerequisites

Install Docker on your system.

Install Docker Compose on your system.

  • Python/pip: sudo pip install -U docker-compose
  • Other: curl -L https://github.com/docker/compose/releases/download/1.1.0/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose; chmod +x /usr/local/bin/docker-compose

Lets start the project

  1. Clone this repository
  2. Install dependencies cd app && npm install && cd ../backend && npm install && cd ../
  3. Run all the containers docker-compose up -d (may take a some time for build stuff)
  4. Deploy pro_habits.mwb via MySQL Workbench, or import pro_habits.sql in myadmin
  5. Deploy pro_habits_data.sql in myadmin
  6. Run frontend application cd app && npm start
  7. Application now availaible at http://localhost:4200/

DB Architecture

About


Languages

Language:TypeScript 69.5%Language:CSS 16.6%Language:HTML 11.0%Language:JavaScript 2.8%Language:Shell 0.1%