Skip to content

Latest commit

 

History

History
80 lines (64 loc) · 1.88 KB

README.md

File metadata and controls

80 lines (64 loc) · 1.88 KB

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