https://github.com/optum/pontifex-ui
A sample Next.JS application for Pontifex. When used in conjunction with https://github.com/Optum/pontifex-api, you can manage service-to-service connections in a self-service fashion.
https://github.com/optum/pontifex-ui
nextjs pontifex
Last synced: about 2 months ago
JSON representation
A sample Next.JS application for Pontifex. When used in conjunction with https://github.com/Optum/pontifex-api, you can manage service-to-service connections in a self-service fashion.
- Host: GitHub
- URL: https://github.com/optum/pontifex-ui
- Owner: Optum
- License: apache-2.0
- Created: 2022-08-23T14:48:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T00:19:14.000Z (over 2 years ago)
- Last Synced: 2025-03-11T15:51:10.491Z (about 1 year ago)
- Topics: nextjs, pontifex
- Language: TypeScript
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
Table of Contents
## About The Project
Pontifex is a self-service Service Registry coupled with Azure Active Directory as an OAuth2 provider. Users can
register applications, environments, and endpoints for their projects and requests access to other applications and
their endpoints.
### Built With
* [Next.js](https://nextjs.org/)
* [React.js](https://reactjs.org/)
## Getting Started
### Installation
1. Clone the repo
```sh
git clone https://github.com/Optum/pontifex-ui.git
```
2. Install packages
```sh
yarn
```
3. Run the dev server
```shell
yarn dev
```
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## License
Distributed under the Apache 2.0 License. See `LICENSE.txt` for more information.
## Maintainers
- Alexander Aavang
- GitHub Enterprise: [aaavang](https://github.com/aaavang)
- Email: alexander.aavang@optum.com, alex.aavang@gmail.com
[contributors-shield]: https://img.shields.io/github/contributors/Optum/pontifex-ui.svg?style=for-the-badge
[contributors-url]: https://github.com/Optum/pontifex-ui/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Optum/pontifex-ui.svg?style=for-the-badge
[forks-url]: https://github.com/Optum/pontifex-ui/network/members
[stars-shield]: https://img.shields.io/github/stars/Optum/pontifex-ui.svg?style=for-the-badge
[stars-url]: https://github.com/Optum/pontifex-ui/stargazers
[issues-shield]: https://img.shields.io/github/issues/Optum/pontifex-ui.svg?style=for-the-badge
[issues-url]: https://github.com/Optum/pontifex-ui/issues
[license-shield]: https://img.shields.io/github/license/Optum/pontifex-ui.svg?style=for-the-badge
[license-url]: https://github.com/Optum/pontifex-ui/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/linkedin_username
[product-screenshot]: images/screenshot.png