Skip to content

Web app that helps users manage and sell their stock footage to various stock agencies - Built with Flask/Postgres/Twitter Bootstrap.

Notifications You must be signed in to change notification settings

kevinreber/Capstone-Project

Repository files navigation

Stock Footage Automator

Manage and sell your stock footage to various stock agencies with Stock Footage Automator

Upload files

Export to CSV

Supported Platforms

Setup

Clone directory:

$ cd [workspace folder]
$ git clone https://github.com/kevinreber/Capstone-Project.git

Create Python virtual environment:

$ python -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt

Setup database and populate:

(venv) $ createdb automator
(venv) $ python seed.py

Start server:

(venv) $ flask run

Open http://localhost:5000/ to view project in the browser.

Testing

# Run all tests
(venv) $ python -m unittest

# Run individual tests
(venv) $ python -m unittest [test_file] 

Built With

Styled With

Image Host

Keyword Generating API

Authors

Hosted on

Heroku

About

Web app that helps users manage and sell their stock footage to various stock agencies - Built with Flask/Postgres/Twitter Bootstrap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published