https://github.com/raclettes/rag-week-app
https://github.com/raclettes/rag-week-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/raclettes/rag-week-app
- Owner: raclettes
- Created: 2021-06-14T19:04:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-14T19:04:35.000Z (almost 4 years ago)
- Last Synced: 2024-11-17T10:45:51.115Z (6 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RAG App
This was code written for one year of a charity event. This code is unmaintained and PRs/Issues will not be accepted.The school's name is replaced with a random letter for security.
## Starting
Run the Flask app:```bash
# Firstly install requirements
py -m pip install server/requirements.txt
# Run the server
py server
```To run the website (that mimicks an iOS app), just use any generic web app. You must install [Framework7](https://framework7.io/) locally available at `./framework7/` beforehand.
## Technologies
- Framework7 front end
- Flask back-end
- JavaScript logic