Skip to content

empowerai/hhs-oig-web-asp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HHS OIG Website Gemnasium Dependency Status GitHub Tags GitHub Contributors GitHub Issues Semver

HHS OIG Website

A repository for the HHS OIG Website. Serving Classic ASP through Node.js with assets in AWS S3.

Setup

  1. Clone or download this repository.
  2. Run npm install to install application and all dependencies.
  3. Run npm start to start Node.js server.

Configuration

  • Environment variables:
    • PORT | Default: 3001
  • Dotenv:
    • Dotenv is used which can load environment variables from a .env file into process.env
    • Example: PORT=8080

Dependencies

Refer to application package and dependency trackers for dependency information:

Point of Contact and Notifications

You can report issues and submit questions by opening a new Issue in GitHub. You can Watch this repo to receive notifications from GitHub when a new issue is posted, when an existing issue’s status is updated, and when a pull request is created.

Contributing

See CONTRIBUTING for additional information.