Python 2-based Chat Server Will Use Flask-Restful and SQLite Database
- Login to PythonAnywhere
git clone https://github.com/Bloblblobl/Rumble-Server.git
cd Rumble-Server
pip install --user -r requirements.txt
- Replace WSGI configuration file with pythonanywhere_wsgi.py
cd rumble_server
sqlite3 rumble.db < rumble_schema.sql
- Reload app from dashboard
- Login to PythonAnywhere
- Go to Bash Console
- Execute the Following Commands: cd Rumble-Server/ git pull --rebase
- Reload the App from the Dashboard
- Download sqlite3 and add to path
- Create SQLite Database called 'rumble.db' in the rumble_server directory
- Execute the 'rumble_schema.sql'
- pipenv --two
- pipenv install
- pipenv run python api.py