Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 2.73 KB

README.md

File metadata and controls

76 lines (55 loc) · 2.73 KB

HeYa!

Table of Contents

  1. Overview
  2. Usage
  3. Setup
  4. Technologies

Overview:

Heya is a simple App for making video greeting cards. I created it from a function I made during my CS50P course, final project. This version is a work in progress.

Usage:

Once the user enters the landing page they'll find a welcoming message and instructions to navigate to the next, "HeYa" page. On this page is a form for entering the text for the message that they want printed out on the video card, and an options menu for selecting a theme.

It's a simple 2 button APP:
• The heya emoticon/ button to navigate to the next page, and the render button.

Setup:

• The main project folder contains 2 Python scripts, 'project.py' and 'test_project.py', one 'templates' folder, and one 'renders' folder.

• The 'templates' folder has all the templates/background per video card theme.

• The 'renders' folder contains all the completed/rendered-out 'HeYa' video cards.

Web App

YouTube Demo

Technologies

Languages Python JavaScript HTML5 CSS3
Frameworks & Libraries Flask
Hosting Heroku

Commands to run app on local server (OS X):

• Download code. Go to directory. Create virtual environment

"pip install virtualenv"

• Install requirements

"pip install -r requirements.txt"

• Activate virtual environment

"source venv/bin/activate"

• Enter command "flask run"

Follow the link while app is running succesfully and app should now be visible in your browser.

Use "ctrl c" to quit process.