Updating readme

This commit is contained in:
Hillel Coren 2013-11-26 16:18:45 +02:00
parent 12522d5f53
commit 6dbf3a88ae

View File

@ -1,24 +1,43 @@
# Invoice Ninja # Invoice Ninja
## An open-source invoicing site built with Laravel ## Simple, Intuitive Invoicing
### Live Demo: [http://sketch-out.com/ninja/public/](http://sketch-out.com/ninja/public/) ### Live Demo: [http://sketch-out.com/ninja/public/](http://sketch-out.com/ninja/public/)
### Introduction ### Introduction
Most online invoicing site are expensive. They shouldn't be. Hosting costs are cheaper than ever and the software isn't that complicated. The aim of this project is to provide a free, open-source alternative. Additionally, the hope is this codebase will serve a sample site for Laravel as well as other JavaScript technologies. Most online invoicing site are expensive. They shouldn't be. The aim of this project is to provide a free, open-source alternative. Additionally, the hope is this codebase will serve as a sample site for Laravel as well as other JavaScript technologies.
If you'd like to get involved please send an email to hillelcoren at gmail. If you'd like to get involved please send an email to hillelcoren at gmail.
### Features ### Features
* Application framework built using Laravel 4 * Core application built using Laravel 4
* Invoice PDF generation directly in the browser * Invoice PDF generation directly in the browser
* Integrates with many payment providers * Integrates with many payment providers
### Remaining Work ### Remaining Work
* Recurring invoices * Recurring invoices
* Partial payments
* Internationalization * Internationalization
* Home dashboard
* Reports * Reports
### Steps to setup
Clone Github project
git clone git@github.com:hillelcoren/invoice-ninja.git ninja
Install packages using Composer
cd ninja
composer install
Configure the config/database.php file and then Initialize the database
php artisan migrate
php artisan db:seed
### Frameworks/Libraries ### Frameworks/Libraries
* [laravel/laravel](https://github.com/laravel/laravel) - A PHP Framework For Web Artisans * [laravel/laravel](https://github.com/laravel/laravel) - A PHP Framework For Web Artisans
* [twbs/bootstrap](https://github.com/twbs/bootstrap) - Sleek, intuitive, and powerful front-end framework for faster and easier web development. * [twbs/bootstrap](https://github.com/twbs/bootstrap) - Sleek, intuitive, and powerful front-end framework for faster and easier web development.