https://github.com/volfpeter/lounge
Chat application API and a basic Bootstrap 4 UI
https://github.com/volfpeter/lounge
bootstrap4 chat demo fastapi python
Last synced: 3 months ago
JSON representation
Chat application API and a basic Bootstrap 4 UI
- Host: GitHub
- URL: https://github.com/volfpeter/lounge
- Owner: volfpeter
- License: mit
- Created: 2022-10-29T20:07:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T20:09:33.000Z (over 3 years ago)
- Last Synced: 2025-03-30T10:31:19.824Z (over 1 year ago)
- Topics: bootstrap4, chat, demo, fastapi, python
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lounge
Chat application API and a basic Bootstrap 4 UI.
The included utilities provide the following features:
- Email authentication.
- Live chat (with websocket).
- Unlimited public chat rooms.
No user tracking, no backend, no persistence/database, ....
## Notes
At this point this is just a FastAPI learning project that started out from their [advanced user guide](https://fastapi.tiangolo.com/). Awesome project with great documentation, give it a try :)
## Questions & Contribution
Just use the issue tracker or submit a pull request.
## License - MIT
The project is open sourced under the conditions of the [MIT license](https://choosealicense.com/licenses/mit/).