adnanmc / financeTracker

A web application to track the finance of the user.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 39.7%Language:Java 27.5%Language:JavaScript 14.2%Language:HTML 13.2%Language:CSS 5.4%