Git Product home page Git Product logo

apu's Introduction

APU

Apu is a small application I made to help my relatives plan budgets for their clients.

The key features are:

  • Create budgets. Each budgets must have products, with descriptions, price and quantity.
  • Reorder the products in a budget.
  • Download the budget to print or send my email.

Since this is not for selling, I implemented only the required features.

Quick start

Install dependencies

wkhtmltopdf is the only dependency besides the meteor stack. To learn how to install please visit here.

Envoirment Variables

You need to create a file in .dev/settings.json with the following structure

{
  "allowed_emails": [
    "[email protected]",
    "[email protected]"
  ]
}

In this file you need to define the emails that are allowed to log in to your application.

A similar file needs to be created in .deploy/settings.json for production settings.

Start up

You're now ready, run bin/server and a meteor server should be available to you in http://localhost:3000.

Deploy

There is a meteor up configuration file.

The first time you're deploying you need to setup the server. Go to the .deploy folder

cd .deploy

And run

mup setup

The setup is done. Now every time you need to deploy just run

bin/deploy

apu's People

Contributors

gabrielpoca avatar

Watchers

James Cloos avatar  avatar

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.