Deployment (FEC team only)
November 20, 2025 ยท View on GitHub
About this project
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
Set up instructions are found in the wiki, including instructions specific to the frontend.
Running end-to-end (E2E) tests
Cypress is used for end-to-end (E2E) tests. See E2E instructions.
Deployment (FEC team only)
See also: Technical Design
Additional developer notes
This project is tested with BrowserStack.