https://github.com/sgelias/lepiota
Contain the basic infrastructure to compose the Classeq-backend including Postgres, Neo4J, and Redis databases and the Django-based SSO.
https://github.com/sgelias/lepiota
django django-rest-framework docker-compose neo4j oauth2 postgresql redis sso-authentication
Last synced: 3 months ago
JSON representation
Contain the basic infrastructure to compose the Classeq-backend including Postgres, Neo4J, and Redis databases and the Django-based SSO.
- Host: GitHub
- URL: https://github.com/sgelias/lepiota
- Owner: sgelias
- License: mit
- Created: 2020-10-31T15:45:57.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-14T01:45:41.000Z (over 5 years ago)
- Last Synced: 2025-04-06T04:41:21.357Z (over 1 year ago)
- Topics: django, django-rest-framework, docker-compose, neo4j, oauth2, postgresql, redis, sso-authentication
- Language: JavaScript
- Homepage:
- Size: 3.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Classeq backend
Include basic infrastructure to serve the databases and the SSO system for Classeq.
## Usage
Just type in the terminal:
```bash
docker-compose up -d
```
___
Let's code and be happy!