An open API service indexing awesome lists of open source software.

https://github.com/navapbc/arpa-reporter


https://github.com/navapbc/arpa-reporter

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# USDR: Grants One Stop Tool (GOST)

## About

GOST is a platform that hosts tools to enable state and local government officials to more easily apply for and report on their federal grants. Feel free to make a contribution (see more [here](CONTRIBUTING.md)). Alternatively, if you'd like to volunteer with us in a more in-depth manner, you can sign up at [usdigitalresponse.org/volunteer](https://www.usdigitalresponse.org/volunteer).

This application is currently hosted at grants.usdigitalresponse.org.

## Project Overview

This project consists of both a server application, built with node.js and [Express](https://expressjs.com/), and a client application, built with [Vue.js](https://vuejs.org/).

There are two main parts to the application:

- The ID Tool (found at the main landing page of the site)
- The ARPA Reporter Tool (found at `/arpa_reporter`)

## Getting started

Read more about how to get started developing [here](./docs/getting-started.md).

## Decisions

To see [decision records](https://adr.github.io/) for architectural decisions we have made, check out [this folder](./docs/decisions/).

## Code of Conduct

This repository falls under [U.S. Digital Response’s Code of Conduct](./CODE_OF_CONDUCT.md), and we will hold all participants in issues, pull requests, discussions, and other spaces related to this project to that Code of Conduct. Please see [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md) for the full code.

## Contributing

This project wouldn’t exist without the hard work of many people. Please see [`CONTRIBUTING.md`](./CONTRIBUTING.md) to find out how you can help.

## Release Management

Releases are versioned using a `YYYY.inc` scheme that represents the year of the release, and the incremental release number for that year.
You can view a list of all historical releases on the [Releases page](https://github.com/usdigitalresponse/usdr-gost/releases).

For details on deploying releases to Production, see our [Release Process](./docs/releasing.md) documentation.

## License & Copyright

Copyright (C) 2020-2021 U.S. Digital Response (USDR)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License. You may obtain a copy of the License at:

[`LICENSE`](./LICENSE) in this repository or

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.