https://github.com/openmined/opus
https://github.com/openmined/opus
identity javascript python
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/openmined/opus
- Owner: OpenMined
- License: apache-2.0
- Created: 2020-03-16T20:19:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:18:13.000Z (about 3 years ago)
- Last Synced: 2025-06-07T00:40:45.737Z (7 months ago)
- Topics: identity, javascript, python
- Language: Python
- Size: 2.36 MB
- Stars: 22
- Watchers: 6
- Forks: 8
- Open Issues: 68
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Private Identity Server
- `/client` - Create React App front-end for identity service
- `/server` - Flask private identity server
## Running the Application
Make sure you have `docker` installed on your system.
1. run `docker-compose build`
2. run `docker-compose up`
This will start both the client/server application, and both will reload automatically as you make changes.
## Further Documentation
See the Readmes within the `client/` and `server/` directories for more information.