/py-deliberate-play

cs50 - deliberated records

Primary LanguagePython

py-deliberate-play

cs50 - deliberated records

db

using portable SQLite file (<anyname.db>)

installation

  1. create .env file and put below contents:
FLASK_ENV=development
FLASK_APP=application.py
  1. install python-dotenv package python3 -m pip install python-dotenv

  2. cd to folder where place the application.py python3 -m flask run