* Python >= 3.6
* pipenv >= 11.10
* MongoDB >= 3.6
* run `git clone https://github.com/samayamnag/flask-sm-meta-data.git <projectname>` to clone the repository
* run `cd <projectname>`
* run `cp .env.example .env`
* configure .env
* run `pipenv shell --python=3.6` to set up environment. --python argument is optional. This is to specify specific python version
* run `pipenv install` to install dependencies
$ python manage.py run
Access the application at the address http://localhost:5000/
Run unittests:
$ python manage.py test
Run flake8 on the app:
$ python manage.py flake
or
$ flake8 project