Python API to the almazen service
/path/to/virtual/environment/Scripts/activate.ps1
cd path/to/almazen-api
python manage.py runserver
- python manage.py db init (only once)
- python manage.py db migrate
- python manage.py db upgrade
python -m behave -k --no-capture
python -m behave --tags=@wip -k --no-capture