Skip to content

samueloquien/almazen-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

almazen-api

Python API to the almazen service

Run server

/path/to/virtual/environment/Scripts/activate.ps1
cd path/to/almazen-api
python manage.py runserver

Update DB

  • python manage.py db init (only once)
  • python manage.py db migrate
  • python manage.py db upgrade

Run tests

python -m behave -k --no-capture
python -m behave --tags=@wip -k --no-capture

About

Python API to the almazen service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published