From 3428c16c60690d7b8bf7cc402f46e37ff6ce91dd Mon Sep 17 00:00:00 2001 From: Luke Peters Date: Sun, 17 Feb 2019 17:19:52 -0500 Subject: [PATCH] Added a setup video to the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35fb288..60ce26c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Requirements -- pipenv +- Pipenv - MongoDB - Python 3 (defaults to Python 3.7, but you can change this in the Pipfile before setup) @@ -10,6 +10,8 @@ 2. `cd` into the directory within the terminal 3. Run `./setup.sh` to setup pipenv and configure the Flask app +Here's a quick video of the setup process (no audio): [flask-mongo-api-boilerplate-setup.mp4](https://img.lukepeters.me/flask-mongo-api-boilerplate-setup.mp4) + ## Running the app 1. Run `pipenv shell` to activate the virtual environment