https://github.com/dynamicsingh/paul-locker-angular-app
Angular web app for bankers for managing Fixed Deposits and getting reminders for them when they are about to mature on their email which is done using cron job.
https://github.com/dynamicsingh/paul-locker-angular-app
Last synced: 10 months ago
JSON representation
Angular web app for bankers for managing Fixed Deposits and getting reminders for them when they are about to mature on their email which is done using cron job.
- Host: GitHub
- URL: https://github.com/dynamicsingh/paul-locker-angular-app
- Owner: dynamicsingh
- Created: 2017-02-01T20:36:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T20:47:51.000Z (over 9 years ago)
- Last Synced: 2025-01-16T10:34:25.641Z (over 1 year ago)
- Language: CSS
- Size: 1.79 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to Paul Locker Angular App!
===================
***Completion date:** 12 Dec 2014*
Angular web app for bankers for managing Fixed Deposits and getting reminders for them when they are about to mature on their email which is done using cron job.
Documentation
-------------
**Technology Stack Used**
- HTML
- CSS
- Angular 1.5.5 for interacting with backend
- PHP 5.0 for mysql query operations
- Mysql - Db file included with .sql extension
> **Installation guide:**
> - clone this repo
> - cd into the repo directory
> - switch/install node v4.2.6 (if not present)
> - npm install (prepend sudo if not root user)
> - npm install bower -g (if not present on machine)
> - bower install
> - "gulp dev" to run on development mode
> - "gulp prod" to run on production mode