Access Nostr Relay content through the HTTP protocol, addressing the issue of search engine indexing and access to Nostr data.
Before running the project, ensure all required dependencies are installed. You can install them using the following command:
pip3 install -r requirements.txt
After installing the dependencies, start the Flask application with the following command:
flask --app app/app.py run