Coder Social home page Coder Social logo

accounts-receivable-phoenix's Introduction

Accounts Receivable

Welcome to the Accounts Receivable system! This system is responsible for creating, sending, and tracking invoices sent to clients so we can be paid for our products and services.

Getting started

Prerequisites

Before you get started, be sure to:

  • Be running a supported version of Elixir (we'd recommend version 1.9.2 or higher)
  • Be running a supported version of Node (we'd recommend version 12.8.0 or higher)
  • That you have a recent version of git installed (e.g. brew install git on a Mac)

Initial setup

This is a conventional Phoenix, so you should be able to get up and running with the following commands:

$ mix deps.get
$ mix ecto.setup
$ (cd assets && npm install)

(Note that in addition to running migrations, we're also loading the app's seeds into the development database to help move things along.)

If nothing blew up, you should be able to start the Rails server:

$ mix phx.server

And then you should be able to see pre-generated invoices in a browser: http://localhost:4000

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.