🌐 Website of project Nova.
Go to file
2023-10-12 00:07:30 +02:00
.vscode /finances improvements 2023-10-09 00:29:33 +02:00
config Small refractoring 2023-07-25 03:38:53 +02:00
web Added docs 2023-10-12 00:07:30 +02:00
.gitignore Small fixes 2023-09-23 17:08:19 +02:00
LICENSE Initial commit 2023-06-19 17:52:26 +02:00
README.md Added docs 2023-10-12 00:07:30 +02:00
screen.sh Homepage improvements 2023-09-08 22:13:34 +02:00

nova-web

🌐 Website of project Nova.

Set up your .env file

CORE_API_URL="Used for accessing the database from nova-api. Usually, it's http://localhost:2333 (and :2332 for testing)."
CORE_API_KEY="The CORE_API_KEY set in the .env of nova-api."
CONTACT_EMAIL="The E-Mail address displayed on the website. Used for accessing databases."
TOS_VERIFICATION_KEY="Generate a password without special symbols and put it in here. Used in nova-cord."
DISCORD_CLIENT_ID="For 'auth using Discord' in the account dashboard. Get this from the Discord developer portal"
DISCORD_CLIENT_SECRET="For 'auth using Discord' in the account dashboard. Get this from the Discord developer portal"
FLASK_SECRET_KEY="Generate a password without special symbols and put it in here. It is used to encrypt the session cookie etc."

Running

Production

sh screen.sh

or

python web

Development

python web/app.py