Skip to content

rossetti-gov/identity-dashboard

 
 

Repository files navigation

Identity Dashboard

Build Status Code Climate Test Coverage security

An admin dashboard for the Identity project.

Running locally

These instructions assume identity-idp is also running locally at http://localhost:3000. This dashboard is configured to run on http://localhost:3001.

  1. Make sure Postgres is running. For example, on macOS:
$ brew services start postgres
  1. Set up the environment with:
$ make setup
  1. And run the app server:
$ make run

Running tests

Run RSpec tests using:

$ make test

License

The project is in the public domain, and all contributions will also be released in the public domain. By submitting a pull request, you are agreeing to waive all rights to your contribution under the terms of the CC0 Public Domain Dedication.

This project constitutes an original work of the United States Government.

About

Identity developer dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.0%
  • HTML 12.4%
  • CSS 11.4%
  • JavaScript 1.5%
  • Other 0.7%