Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.7 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.7 KB

Network Applications frontend

About

Front-end for Network application coursework (Middleware services). The front-end will contain interface for the middleware services.

Please visit here for frontend demo.

Getting started

  1. Clone repo git clone https://github.com/polltery/middleware-client.git
  2. Run it on any server

Making changes

If you would like to make changes or add features then do the following, or simply add a new issue via issue tracker.

  1. Fork repo
  2. Send a pull request

Each file contains authors in the comment.

If you work with a file, then please add your name to the authors on the file.

External files

External files and their purpose

  • Angular JS : JavaScript Framework for making web apps
    • Angular core
    • Angular Route service
  • Roboto Font : Font family for theme
  • Bootstrap 3
    • Boostrap CSS Library for UI components
    • Bootstrap JS for UI components
    • jQuery as dependency : JavaScript library (dependency for boostrap)

Note: All external files must be linked to a CDN, and not hosted.

Note: You might get an error related to Cross-origin resource sharing. You may use a chrome plugin to solve this

XMLHttpRequest cannot load http://localhost:8082... No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080' is therefore not allowed access.

Contributors

  • Azeem
  • Apeqsha
  • Balraj
  • Mark