1
0
mirror of https://github.com/LukePeters/flask-mongo-api-boilerplate.git synced 2026-05-15 22:56:29 +09:00

Added a setup video to the README

This commit is contained in:
Luke Peters
2019-02-17 17:19:52 -05:00
parent b919c33b75
commit 3428c16c60

View File

@@ -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