- Username:
admin - Password:
admin
if you sign in with google, you'll have worker's access rights for now.
- See compiled Latex version here
git clone https://github.com/avalean07/se_project_1000 && cd se_project_1000python -m venv env && source env/bin/activatepip3 install -r requirements.txtSMTP_SERVERSMTP_PORTSMTP_USERNAMESMTP_PASSWORDGOOGLE_CLIENT_IDGOOGLE_CLIENT_SECRETDATABASE_PUBLIC_URL
EXPORT DATABASE_PUBLIC_URL=value
.. # set the rest of the environment variablesecho $DATABASE_PUBLIC_URL
..flask run --debugThe server can be accessed at http://127.0.0.1:5000/
The project is deployed at Railway. Each time the code is pushed to the main branch, the website will be updated automatically.