All Projects → qoobaa → Fakturama

qoobaa / Fakturama

Licence: mit
Wystawiaj faktury za darmo i bez ograniczeń

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fakturama

Enegrecer Web
Verdade Seja Dita!
Stars: ✭ 113 (+48.68%)
Mutual labels:  firebase, webapp
Library App
Detailed Ember.js Octane v3.21 tutorial for absolute beginners. https://yoember.com
Stars: ✭ 189 (+148.68%)
Mutual labels:  firebase, ember
App Framework
Applications for any device with HTML, CSS and JavaScript - free and open source!
Stars: ✭ 639 (+740.79%)
Mutual labels:  firebase, webapp
Ember Attacher
Native tooltips and popovers for Ember.js
Stars: ✭ 69 (-9.21%)
Mutual labels:  ember
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-7.89%)
Mutual labels:  firebase
Vuejsfire Hackathon Starter
Hackathon starter kit based on vue.js and Firebase
Stars: ✭ 73 (-3.95%)
Mutual labels:  firebase
Revolt
Better desktop integration for Riot.im (not only) for GNOME
Stars: ✭ 76 (+0%)
Mutual labels:  webapp
Mean Stack Angular6 Crud Example
MEAN Stack Angular 6 CRUD Web Application
Stars: ✭ 69 (-9.21%)
Mutual labels:  webapp
Flutterwebsite
The flutter.dev website recreated in Flutter. https://gallery.codelessly.com/flutterwebsites/flutterwebsite
Stars: ✭ 76 (+0%)
Mutual labels:  webapp
Ember Cli Coffeescript
Adds precompilation of CoffeeScript files and all the basic generation types to the ember generate command.
Stars: ✭ 72 (-5.26%)
Mutual labels:  ember
Ember Cli Clipboard
A simple ember wrapper around clipboard.js
Stars: ✭ 72 (-5.26%)
Mutual labels:  ember
Ember Styleguide
This is a UI addon that intends to help standardize the Ember family of websites and make it easier to make the Ember website an Ember app.
Stars: ✭ 69 (-9.21%)
Mutual labels:  ember
Experimental Extensions
🧪 A laboratory for new extensions created by Firebase
Stars: ✭ 73 (-3.95%)
Mutual labels:  firebase
Wikiloop Doublecheck
WikiLoop DoubleCheck: a web tool to help review Wikipedia edits easily and collaboratively.
Stars: ✭ 70 (-7.89%)
Mutual labels:  webapp
Whatsapp Clone React Native
The goal of this project is to build an Whatsapp exactly like the original application, but using React Native & Redux | Firebase
Stars: ✭ 76 (+0%)
Mutual labels:  firebase
Mock Cloud Firestore
Mock library for Cloud Firestore
Stars: ✭ 69 (-9.21%)
Mutual labels:  firebase
Firebase Admin Interop
Firebase Admin Interop Library for Dart
Stars: ✭ 75 (-1.32%)
Mutual labels:  firebase
Firebase Stripe
Headless Stripe Payments Using Firebase Functions
Stars: ✭ 72 (-5.26%)
Mutual labels:  firebase
Uranus
Hierarchical Memo & Task Web-App
Stars: ✭ 71 (-6.58%)
Mutual labels:  webapp
Angular Redux Ngrx Examples
Sample projects with Angular (4.x) + Angular CLI + ngrx (Redux) + Firebase
Stars: ✭ 73 (-3.95%)
Mutual labels:  firebase

Fakturama build

Fakturama to prosta aplikacja do fakturowania, napisana w całości w języku JavaScript, z wykorzystaniem frameworka Ember. Dane składowane są w bazie danych Firebase, kursy walut ściąganę są za pośrednictwem YQL z serwerów Narodowego Banku Polskiego. Ogólnodostępna wersja aplikacji znajduje się pod adresem https://fakturama.pl/, ale nic nie stoi na przeszkodzie, aby uruchomić własną.

Uruchamianie środowiska programistycznego

Aby uruchomić aplikację lokalnie, musisz posiadać node.js (wersja w okolicy 8.9.0) i yarn (okolice 1.3.2). Wszelkie zależności aplikacji instalowane są po wywołaniu yarn install. Aby uruchomić lokalną wersję serwera w środowisku development, należy uruchomić polecenie ember server i otworzyć w przeglądarce adres http://localhost:8000/.

Budowanie wersji produkcyjnej

Do budowania wersji produkcyjnej aplikacji służy polecenie ember build --environment production. Po wykonaniu polecenia w katalogu dist powinno znajdować się kilka plików, wśród których najważniejsze to:

  • index.html - strona startowa
  • assets/fakturama.xxxxxxxx.css - arkusz styli
  • assets/fakturama.xxxxxxxx.js - kod źródłowy aplikacji
  • assets/vendor.xxxxxxxx.js - kod źródłowy zależności (zewnętrznych bibliotek)
  • assets/vendor.xxxxxxxx.css - arkusz styli zależności

Publikowanie

Ogólnodostępna wersja hostowana jest przy pomocy Firebase Hosting i Cloudflare. Do publikowania aplikacji służy polecenie ember build --environment production && firebase use production && firebase deploy.

Licencja

Autorem Fakturamy jest Kuba Kuźma. Kod aplikacji udostępniany jest na zasadach licencji MIT.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].