Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kolman-freecss/gluns-front
https://github.com/kolman-freecss/gluns-front
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kolman-freecss/gluns-front
- Owner: Kolman-Freecss
- Created: 2024-11-08T16:05:18.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-08T16:55:10.000Z (about 2 months ago)
- Last Synced: 2024-11-08T17:42:52.383Z (about 2 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gluns-React
## Index
- [Useful Links](#useful-links)
- [Brief Features Description](#brief-features-description)
- [Use](#use)
- [Local](#local)
- [Docker](#docker)
- [Tech stack](#tech-stack)
- [Configuration](#configuration)
- [Keycloak Configuration](#keycloak-configuration)## Useful Links
- Java Backend: https://github.com/Kolman-Freecss/gluns-spring/
- Python Backend: https://github.com/shubhamsugara22/gluns-python-backend## Brief Features Description
- User Login
- Tips and Dashboard views
- AI Chat## Use
## Local
```bash
npm install
npm start
```### Docker method
```bash
docker build --no-cache -t gluns-front
docker run -it -p 80:80 gluns-front
```## Tech stack
- React
- Typescript
- TailwindCSS
- DaisyUI
- Axios
- Docker---
Shield: [![CC-BY-NC-ND 4.0][CC-BY-NC-ND-shield]][CC-BY-NC-ND]
This work is licensed under a [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.][CC-BY-NC-ND]
[![CC-BY-NC-ND 4.0][CC-BY-NC-ND-image]][CC-BY-NC-ND]
[CC-BY-NC-ND-shield]: https://img.shields.io/badge/License-CC--BY--NC--ND--4.0-lightgrey
[CC-BY-NC-ND]: http://creativecommons.org/licenses/by-nc-nd/4.0/
[CC-BY-NC-ND-image]: https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png