/project1

Primary LanguagePython

Project 1

Web Programming with Python and JavaScript

Start virtual environment: source venv/bin/activate log in to heroku from the command line: heroku login

heroku addons:create heroku-postgresql:hobby-dev --app cs50wweek3 created app when adding database

when you have your .env file set up, use source .env to load environment variables

pip freeze > requirements.txt //update requirements.txt

when all updates are ready and pushed to github, push to heroku with git push heroku master

Notes: SESSION_TYPE - Specifies which type of session interface to use. Built-in session types: