Code Monkey home page Code Monkey logo

invoice-application's Introduction

invoice-application

REST API of application which manages invoices and contractors. Application written in node.js express 4.

Application was prepared to manage Polish invoices.

There is client side application https://github.com/uhlryk/invoice-application-client

Features:

Add, list, edit, delete, show contractors Edit contractors create new entry for contractor (old entries are for archive or for generate old invoices with old contractor data) Delete contractors set entries as archive. Add, list, show invoices Generate pdf of invoice

Limitations:

Only one company data to 'from' field. Purpose of this application is to help one company to manage invoices. It is not saas application! In this version it is not posible to create invoice correction.

Warning:

Im not domain expert about invoices. They may be wrong.

Running Locally

Make sure you have node.js and the postgres installed. Postgres shoud running.

git clone https://github.com/uhlryk/invoice-application.git
cd invoice-application
npm install

duplicate config/config-template.js and rename it to config/config.js Edit config.js fill your data.

npm start

Your app should now be running on localhost:3000 - or port you setup.

Change DB

Application use sequelize orm. You can download connector for other db,configure it and run. And setup new db in config/config.js

Running test

npm test

License

MIT

invoice-application's People

Contributors

uhlryk 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.