Skip to content

Atemndobs/putz_plan_app

Repository files navigation

Putz planner

A multi platform PWA (todo app) for (web, windows, iOS, Mac OS and android)

PutzPlanner

Demo

Live demo: PutzPlanner-App Backend: PutzPlanAdmin Backend API: PutzPlanAdmin Backend repo: PutzPlanAdmin

Table of Contents

  1. Requirements
  2. Installation
  3. Built with
  4. REST API
  5. To-do

Requirements

  • Node.js
  • Vue.js

⚠️ Caution: You need the following: android studio to emulate android device | virtual machine with windows (if you not on windows machine)| mac os to build ios version:

Made With Quasar

Installation

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

make file included

Build the app for production

quasar build

Build the app for Windows

make windows

Build the app for Mac

make mac

Build the app for ios

make ios

Build the app for android

make android

Built with

  • Vue
  • Quasar
  • Vuex
  • Vue Router
  • Axios

REST API

Endpoint: https://putzplan-admin.herokuapp.com/api/tasks

Playground (Live API): api-platform

API-platform Playground

To-do

  • Redo crud application with vuex
  • Include Login and Registration
  • Implement data synchronization between server and front end with either: - Mercure Hub (symfony) - Pusher - Kafka
  • release windows , mac, ios and android versions
  • Easier installation with Docker

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published