Code Monkey home page Code Monkey logo

didveli-gallery's Introduction

Introduction

This offline app for storing data about clients and booking in hotel. With it you can:

  • add client info
  • add booking for existing clients
  • add room info
  • edit company info and app logo
  • create catalog of hotel services and add it to active bookings
  • print invoice and calculate client's charges

Just download didveli.installer.exe from https://github.com/MishkaKlkv/didveli-gallery/releases and try it. For correct work first of all fill company info section

Thanks to kpmy (https://github.com/kpmy) for help with electron build!

For this app I used a electron-angular template by Maxime GRIS: https://github.com/maximegris/angular-electron

Getting Started

Clone this repository locally:

git clone https://github.com/MishkaKlkv/didveli-gallery.git

Install dependencies with npm (used by Electron renderer process):

npm install

If you want to generate Angular components with Angular-cli , you MUST install @angular/cli in npm global context. Please follow Angular-cli documentation if you had installed a previous version of angular-cli.

npm install -g @angular/cli

Install NodeJS dependencies with npm (used by Electron main process):

cd app/
npm install

Why two package.json ? This project follow Electron Builder two package.json structure in order to optimize final bundle and be still able to use Angular ng add feature.

To build for development

  • in a terminal window -> npm start

Project structure

Folder Description
app Electron main process folder (NodeJS)
src Electron renderer process folder (Web / Angular)

didveli-gallery's People

Contributors

kpmy avatar mishkaklkv avatar

Watchers

 avatar

Forkers

kpmy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.