Manage and sell your stock footage to various stock agencies with Stock Footage Automator
- Shutterstock
- Pond5 (Coming Soon)
- Adobe Stock (Coming Soon)
$ cd [workspace folder]
$ git clone https://github.com/kevinreber/Capstone-Project.git
$ python -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ createdb automator
(venv) $ python seed.py
(venv) $ flask run
Open http://localhost:5000/ to view project in the browser.
# Run all tests
(venv) $ python -m unittest
# Run individual tests
(venv) $ python -m unittest [test_file]