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

https://github.com/openmined/opus


https://github.com/openmined/opus

identity javascript python

Last synced: 6 months ago
JSON representation

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.