https://github.com/manojpatra1991/watchhours
A TV tracking application
https://github.com/manojpatra1991/watchhours
angular-formly angular-ui-router angularjs bootstrap3 css3 expressjs heroku html5 javascript mlab mongodb nodejs npm
Last synced: 2 months ago
JSON representation
A TV tracking application
- Host: GitHub
- URL: https://github.com/manojpatra1991/watchhours
- Owner: MANOJPATRA1991
- License: mit
- Created: 2017-07-22T17:58:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T07:26:03.000Z (over 7 years ago)
- Last Synced: 2025-02-15T22:28:40.718Z (4 months ago)
- Topics: angular-formly, angular-ui-router, angularjs, bootstrap3, css3, expressjs, heroku, html5, javascript, mlab, mongodb, nodejs, npm
- Language: JavaScript
- Homepage: https://watch-hours.herokuapp.com
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watchHours
A TV tracking web application.
# Installation and Testing
1. Clone this repo to your local computer into a folder(say A).
2. Run `npm install` from the path to folder A from terminal to install node packages.
3. Run `npm start` from the path to folder A.
4. Navigate to **http://localhost:3000** to test this app.
NOTE: This app has been tested on Google Chrome Internet Browser on Windows 10 laptop. While testing if facing any problems related to **error in resource loading**, install the **Allow-Control-Allow-Origin** extension from google chrome web store and turn it on.
Then reload the web page to continue.# References
1. [NodeJS](https://nodejs.org/)
2. [ExpressJS](https://expressjs.com/)
3. [Mongo DB](https://www.mongodb.com/)
4. [Mongoose](mongoosejs.com/)
5. [AngularJS](https://angularjs.org/)
6. [ngBootstrap](https://angular-ui.github.io/bootstrap/)
7. [Angular-UI-Router](https://ui-router.github.io/ng1/)
8. [Bootstrap](getbootstrap.com/docs/3.3/)# License
The content of this repository is licensed under [MIT](https://choosealicense.com/licenses/mit/).