The Federal Election Commission (FEC) is the independent regulatory agency charged with administering and enforcing the federal campaign finance law. The FEC has jurisdiction over the financing of campaigns for the U.S. House, Senate, Presidency and the Vice Presidency.
This project will provide a web application for filling out FEC campaign finance information. The project code is distributed across these repositories:
- fecfile-web-app: this is the browser-based front-end developed in Angular
- fecfile-web-api: RESTful API supporting the front-end developed in Django
- fecfile-validate: data validation rules and engine
The project is hosted on the cloud.gov platform and uses login.gov for authentication.
Set up instructions are found in the wiki, including instructions specific to the frontend.
Cypress is used for end-to-end (E2E) tests. See E2E instructions.
See also: Technical Design
This project is tested with BrowserStack.