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