Skip to content

A web application to track the finance of the user.

Notifications You must be signed in to change notification settings

adnanmc/financeTracker

 
 

Repository files navigation

Finance Tracker WebApplication

Build

Node npm MongoDb angular-cli Cordova

The web application is divided into three section.

  1. NodeJS(backend rest service). the root directory has all the node code.
  2. Angular Application(frontend application). all the source for this application is in the angular Files folder.
  3. Mobile Application. the source for mobile application is in mobileApp folder.

To Build Angular appliction. Readme.md

Development server

  • Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
  • To Change the port run ng serve -port [Port number]

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

To Make Mobile Application. Readme.md

Prepare Cordova project

To prepare cordova porject run cordova prepare.

Build Application.(android)

  • you will have to prepare the cordova project first.
  • To build the application run the command npm run android.
  • if the previous command didn't work then:

contact information:

To Contribute raise issues and make necessary pull requests.

About

A web application to track the finance of the user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 39.7%
  • Java 27.5%
  • JavaScript 14.2%
  • HTML 13.2%
  • CSS 5.4%