You've already forked flask-mongo-api-boilerplate
mirror of
https://github.com/LukePeters/flask-mongo-api-boilerplate.git
synced 2026-05-17 23:56:29 +09:00
Added a setup video to the README
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- pipenv
|
- Pipenv
|
||||||
- MongoDB
|
- MongoDB
|
||||||
- Python 3 (defaults to Python 3.7, but you can change this in the Pipfile before setup)
|
- 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
|
2. `cd` into the directory within the terminal
|
||||||
3. Run `./setup.sh` to setup pipenv and configure the Flask app
|
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
|
## Running the app
|
||||||
|
|
||||||
1. Run `pipenv shell` to activate the virtual environment
|
1. Run `pipenv shell` to activate the virtual environment
|
||||||
|
|||||||
Reference in New Issue
Block a user