kenken999's picture
te
a746d34
raw
history blame
174 Bytes
#!/bin/bash
# Install dependencies
pip install -r requirements.txt
# Create database
python database.py
python database.py create_database
# Run Flask app
python app.py &