Spaces:
Running
on
Zero
Running
on
Zero
File size: 174 Bytes
0f43f8a |
1 2 3 4 5 6 7 8 9 10 11 12 |
#!/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 &
|