Sequence Input Server
Install MySQL installer latest version
Install python 3.11.5
Install ngrok
Set up the flask environment
pip install flask
pip3 install pipenv
pipenv shell
pipenv install flask
pipenv shell
pip install mysql-connector-python
cd .virtualenvs\<your_env>
or
pipenv shell
cd <your_directory>
set FLASK_APP=app.py
set FLASK_ENV=development
set FLASK_RUN_HOST=127.0.0.1
set FLASK_RUN_PORT=5000
flask run
app.py
index.html
user_files.html
all_files.html
db_config: dict = {
'host': 'localhost',
'user': 'root',
'password': '',
'database': 'mydb'
}
Files found in syno:
mydb-website2db.mwb
, mydb_files.sql
Account details:
email: [email protected]
password :
**password found in syno ReadMe file
Using visual studio code or any other compatible software