Skip to content
/ flack Public

Project 2 From CS50 Web Programming with Python and Javascript

Notifications You must be signed in to change notification settings

falpires/flack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 2

Web Programming with Python and JavaScript

How to use it

  1. Install python 3.7+
  2. python -m venv venv
  3. Activate the virtual environment (./venv/Scripts/activate || ./venv/bin/activate)
  4. Install libraries (pip install -r requirements.txt)
  5. Set the SECRET e FLASK_APP variables
  6. Set the UPLOAD_FOLDER and S3_BUCKET
  7. Set the bucket name in the terraform/main.tf folder
  8. Navigate to main.tf folder and run "terraform init && terraform apply -auto-approve" (You must have an AWS account!)
  9. flask run !!

About

Project 2 From CS50 Web Programming with Python and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published