Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 2.83 KB

README.md

File metadata and controls

51 lines (37 loc) · 2.83 KB

Funded-Project-Tracker System

FP-Tracker-Logo

A centralized online platform, with a web-application interface, to manage grants and funded research projects affiliated to SSN College of Engineering, Anna University, India.

Deployed as an internal web-application on the intra-network of the college. Currently under use at the Department of Computer Science at Anna University for managing research project and grant proposals, status, and outcomes.

It handles the following aspects for research projects and grant applications:

  • Resource management, tracking, and repurposing for internally funded projects.
  • Project status, updates, and outcomes repository for all projects in the past and present.
  • Filterable, customized summary statistics of faculty and student projects, organized by domain and tech stack.
  • Resource inventory and project deliverable/outcome report generation for all projects.

Quick Links

Compiled Documentation

Link to Complete Project Report [PDF]

Note

Kindly direct requests for access to documentation to one of the repository collaborators by email; they can be made available upon reasonable request. Thanks!

Atomic UML Documents

Procedure to Execute

Common Dependencies

  • nodejs 16.15.0 LTS (preferably, with nvm)

Frontend

  • Navigate to ./FPTrack-frontend
  • Install local dependencies using npm install from current context
  • Run npm run dev to get the frontend service going

Backend

  • Navigate to ./FPTrack-backend
  • Ensure that all global installs are done
  • Install local dependencies using npm install from current context
  • Run npm run serverstart to get the development server going