Skip to content

Application used to create and store bills of an Organization

Notifications You must be signed in to change notification settings

Nikhilnama18/Bill-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Bill-Tracker

A Web Service that stores business to business transactions digitally.

📑 What's In This Document

Introduction

Bill Tracker is an web application that helps to manage the books of accounts in an organisation.

It tracks bills of various organization's from whom a organisation is purchsing goods.

It hepls in tracking due and completed payments in an organised way.

Get Up and Running in 5 Minutes

You can get the Bill Tracker up and running in your local machine with in 5 minutes by doing the following steps.

The following steps consider Node.js is available in the machine. If not you can get it from here.

Clone the repository

Open the terminal and paste the following command to clone.

git clone https://github.com/Nikhilnama18/Bill-Tracker

Install Vue.js and dependencies

Navigate to the root directory of the project and install the dependencies and start the back-end server.

npm install
npm run dev

Get back to the root directory and open front-end and run the front-end service

cd ../front_end/
npm run serve

That's it , now your Bill Tracker is Up and Running at here

How to Use Bill Tracker

Open the Bill Tracker application running at http://localhost:8080

You'll be looking at a page like this

Bill-Tracker

Go and Create an account by clicking on singup

Once You click singup you'll be viewing a page

Bill-Tracker

Fill the details and click singup. Now login with the credentials you just created.

Your are now in the Organisation Page, where multiple business-organisations bills are tracked individually and you can add a new organisation by clicking on Add Organisation.

Bill-Tracker

Clicking on an Organisation will show the bills of that particular organisation.

Tiny-URL

You can Add Bills , edit and delete bills the that are existing .

About

Application used to create and store bills of an Organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published