Skip to content

tanvirt/Faculty-Activity-Report

Repository files navigation

Build Status

Faculty Activity Report

####Current Release v0.1

###NOTE: You must have LaTeX installed on your server

This application is an attempt to replace the facultiy's need to write in latex to create their annual activity report.

By using a Single Page Web Application (SPA), the user can input and store information in an interactive form and, though a standardized report format, generate the requested PDF.

The chair (admin) can then read, edit and generate any of the faculty's reports.

###To Run

  1. Clone the repository

> git clone https://github.com/tanvirt/Faculty-Activity-Report.git FAR

  1. cd into FAR and npm install

> cd FAR

  1. to run, type grunt

> grunt

  1. to run the tests, type grunt test

> grunt test

###Collaborators Front End

Back End