Skip to content

PFC Form Builder is an online proprietary form-builder that allows users to create custom documents in a secure and convenient environment.

Notifications You must be signed in to change notification settings

tankmohit/pfc-form-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the Project

Background

This project can be considered to be the first part of a longer-term initiative by PFC to transition from a pure manually operated data capture system to one that can be operated on a networked computer system. In order to realize this, a software that can create standardized uniform form templates was needed. However, while there are many form builder software that can be obtained at little to no cost, the need to ensure strict internal control over the flow of information meant that a proprietary solution was needed.

 

Solution

PFC Form Builder is an online proprietary form-builder that allows users to create custom documents in a secure and convenient environment. At the touch of a few buttons, users can produce documents all customized to their needs. Compared to other form-builder software, PFC Form Builder is designed from the ground up with the needs of PFC

  • namely security

  • and information control

in mind.

Additional Information

More information on the analysis, design, and construction of the application can be found in the TAC Technical Report.

Built With

The project was built with the following technologies and libraries:

More information can be found in the package.json file

Getting Started

Prerequisites

  • Node v16

Installation

  1. Clone the repository

    git clone https://github.com/marcusho21/pfc-form-builder.git
  2. Navigate into the project folder

    cd pfc-form-builder
  3. Install NPM packages

    npm run install
  4. a) Start a local MongoDB server instance with database named PFC or, b) Add a .env file in the project root directory with a environment variable named MONGO_URL which has a MongoDB server URL as value

  5. Start the development server

    npm start dev
  6. Open http://localhost:3000 to view it in your browser.

Usage

placeholder

Contact

Project Manager

Tech Leads

Developers

Project Documentation

Acknowledgements

 

Project Link: https://github.com/marcusho21/pfc-form-builder

About

PFC Form Builder is an online proprietary form-builder that allows users to create custom documents in a secure and convenient environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.9%
  • Other 1.1%