invoiceIt is a CRUD (Create, Read, Update, Delete) application that was built in the MEAN (MongoDB, Express, AngularJS, Node.js) stack.
invoiceIt allows the user to create, view, update, and remove customers and invoices.
Built during my time at Nashville Software School.
If you don't have NPM yet, from your terminal:
curl https://npmjs.org/install.sh|sh
In your browser, navigate to the repo
In the top-right corner of the page, click Fork.
In your designated code directory, type:
git clone https://github.com/Your-Username/invoiceIt
cd invoiceIt/
npm install
bower install
hs
Browse to the i.p. address in the terminal or open with your favorite text editor and you should be ready to start coding.
MIT