Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudydaiyz/org-console
Console for updating membership logs for any org
https://github.com/cloudydaiyz/org-console
Last synced: about 1 month ago
JSON representation
Console for updating membership logs for any org
- Host: GitHub
- URL: https://github.com/cloudydaiyz/org-console
- Owner: cloudydaiyz
- Created: 2023-12-05T15:52:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T20:47:34.000Z (10 months ago)
- Last Synced: 2024-11-09T00:12:30.756Z (3 months ago)
- Language: Python
- Size: 1020 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Static Badge](https://img.shields.io/badge/version-1.0-blue)
# org-console
Originating from previous membership-auto project: https://github.com/cloudydaiyz/membership-autoThis project provides a console on your local computer for updating organization files. For more information about recent updates, view the [release logs](UPDATES.md).
4/24/24: This project is now considered legacy -- it won't be updated anymore. Check out [the membership-logger project](https://github.com/cloudydaiyz/membership-logger) for a more up-to-date version!
## How to Run
+ You can configure settings for the frontend in `frontend/config` and for the backend in `backend/config`.
+ If you've made any changes to any files in the repo (e.g. added `settings.json`), then run `docker compose build` first to rebuild the images for the frontend and backend.
+ To run the frontend and backend, run `docker compose up` and go to `http://localhost`.